Author Topic: Global Variable: Safemode  (Read 1174 times)

0 Members and 1 Guest are viewing this topic.

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Global Variable: Safemode
« on: May 17, 2007, 12:45:09 pm »
Enesce please add a Global boolean variable that is true if safemode is on and false if it's off.
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Global Variable: Safemode
« Reply #1 on: May 22, 2007, 08:40:55 am »
Done.
SafeMode, byte, 1 is enabled 0 is disabled.

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: Global Variable: Safemode
« Reply #2 on: May 22, 2007, 07:01:01 pm »
byte? why in the world a byte? I think we'd all prefer boolean.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Global Variable: Safemode
« Reply #3 on: May 22, 2007, 09:10:52 pm »
Would you stop complaining about everything? Your worse than my mum... Global vars can only be set as String or Byte.