Thread: Keydown
View Single Post
  #20  
Old 01-23-2002, 07:54 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
Quote:
Originally posted by grim_squeaker_x
They're, however, very useful in certain cases. Like if you make a sign which only should display once, you use a flag, since those are stored with the player and not with the NPC. Plus flags are kept even after the player logs out if you use them in weapons.
Although I have to say that I, personally, prefer using the new string arrays.
Yeah, flags do make some things like that easier. Less typing in some cases. I use them in a couple levels so that if the player has already chosen something there, they can't enter again. There's so many choices it's just easier to set a flag than check for each string or variable.

I haven't used the string arrays much yet. I should probably go experiment with them sometime soon.
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote