HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Varibles

07-13-2003, 06:43 AM#1
Thunder-Hunter
Ok, Is it possible (somehow) to save varablies to each map?

I mean like this:

E: Unit is killed
C: Unit = Spider
A: Set "Spider01" -1 (normally at 2)

Then i want it so u ahve the next map as X
After map X you come back to this one and...

E: Blehs
C: "Spider01" = 1
A: Create unit Spider at region bleh else do nothing....

If it is possible, it would be able to (but not easy) to make a map like blizzards orc Campaign.

Well sorry if u dont get this....
07-13-2003, 06:49 AM#2
Kerry
Use the game cache to store the Spider01 integer and then you can use that in your next map.

I didn't find a tutorial about this now but i'm sure you are a cleaver guy and can figure it out by yourself, otherwise just ask again.

Have a nice day.
07-13-2003, 06:59 AM#3
Thunder-Hunter
Thx :D

EDIT: I dont want to use it though in my next map... only in Map-1 lets call it.... but I guess im clever and i will see what i can do.