| 07-16-2003, 06:30 PM | #1 |
I was going to figure this out myself, but after I searched the editor, I couldn't find what I was looking for. I need to know how to transfer resources between maps. I can store them in a cache but at the beginning of the next level I can't load them up. The trigger I'm looking for is called: Game Cache - Load Integer value But guess what? It ain't there. I save the resources (Gold in this case) as an integer, but the trigger above is not in the editor as far as I can tell. Anyone know how I can get past this? |
| 07-16-2003, 07:09 PM | #2 |
To load a integer value from game cache do this : Set IntegerVar = (Load xxx of Category from (Last created game cache)) Same for Boolean and other var types. |
