HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Game Cache-Load Integer Value --Where is it??

06-17-2004, 01:56 PM#1
BladeKiller
I couldnt find it! :(

In the "Game-Cache - Store Integer" 's description it says " Use the Game-Cache - Load Integer Value function to load this Value from a Cache" but i cant find it! Help me plz :(
06-17-2004, 04:06 PM#2
Shimrra
You can get at this in two ways: Reference it directly or set it to a variable. To set it t a variable, do this:
Code:
Set [color=blue][u]IntegerVariable[/u][/color][u][/u] = (Load [color=blue][u]Label[/u][/color][u][/u] of [color=blue][u]Category[/u][/color][u][/u] from [color=blue][u](Last created game cache[/u][/color][u][/u]))

Here is an example of a variable being directly referenced:
Code:
(Number of units in (Units in (Playable map area))) Equal to (Load [color=blue][u]Label[/u][/color][u][/u] of [color=blue][u]Category[/u][/color][u][/u] from [color=blue][u](Last created game cache[/u][/color][u][/u]))

Hope this helps!
06-17-2004, 06:34 PM#3
BladeKiller
Thank you!

I exaclty searched that! :D