HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Varibles - Need help...

07-04-2003, 12:28 PM#1
FinalTyrant
Can some please tell me what varibles are for coz for me they are confusing...

PLEASE HELP...
07-04-2003, 01:36 PM#2
Trygve
Variables are pointers to the memory used to store informations.
Some basic variable types in we are:
integer = a number from -32,768 to 32,767
string = a set of characters or numbers
Booleans = True or False

They can be used as followed:

Event:
Time - ElapsedGameTime = 1.0
Condition:
start Equal to True
PS: start is here the name of a boolean variable
get the drift?

They can also store game states and models etc.
To destroy previusly created Special Effects, you have to put each of them into a special effects variable (created in the varialbe creator) and set them to have the value LastCreatedSpecialEffect

then you can DestroySpecialEffect ThatVariable.
07-04-2003, 02:12 PM#3
Dead-Inside
Game valvues are stoed in REALS.

And they are used to store various information, to make it short.