Coola Posted September 6, 2006 Share Posted September 6, 2006 If i make a new Global Variable thats a Boolean value, what does it start off as TRUE or FALSE? Say if I was using a Global Variable Boolean to set to TRUE when you do action A and only when that variable was TRUE would I be able to speak to person X. Before I do action A, is that global Variable TRUE or FALSE...or nothing at all? Link to comment Share on other sites More sharing options...
stoffe Posted September 6, 2006 Share Posted September 6, 2006 If i make a new Global Variable thats a Boolean value, what does it start off as TRUE or FALSE? Global booleans start out false, numbers start out at 0, locations start out at (x=0, y=0, z=0, r=0), strings start out as a blank string. Link to comment Share on other sites More sharing options...
Coola Posted September 6, 2006 Author Share Posted September 6, 2006 Global booleans start out false, numbers start out at 0, locations start out at (x=0, y=0, z=0, r=0), strings start out as a blank string. thanks for that! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.