HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

load interger

12-29-2002, 09:49 PM#1
Kilkony
how do u load a interger from a map to an other?....ok i know how i store it but i can't find the action that restore it. so plz can any one tell me that? :gsmile:
12-30-2002, 05:03 AM#2
Kilkony
hello?
12-30-2002, 05:44 AM#3
KDEWolf
The function is "Game Cache - Load Integer Value"
12-30-2002, 01:51 PM#4
Deicide
There's no action to load values. You can access them through 3 ways:

- Use Set Variable. Create a Integer Variable and do

Set <Integer Var> = Game Cache - Load <Integer Name> of <Category> from <Game Cache>

- You can use the value directly in comparations, like

Integer Comparation - Game Cache - Load <Integer Name> of <Category> from <Game Cache> <comparision> <value>

- And finally, you can directly use the value in triggers. When you click to insert an Integer value, just select the function Game Cache - Load Integer Value.