Gamecache

K

KrazyShadow

Guest
Well, here i am again.

I have one problem with game cache

I want to use the following command:

Call StoreRealBJ (StoreRealBJ takes real value, string key, string missionKey, gamecache cache returns nothing)

But I don't whats and what do I put on string key, string missionkey, gamecache. ^^
 

Darthfett

Aerospace/Cybersecurity Software Engineer
Reaction score
615
What kinds of things are you storing? If you are trying to store it locally, then you will need to use this function to use as your mission key and/or your key.

Code:
function H2I takes handle h returns Integer
    return h
    return 0
endfunction

First you will need to create a global Game Cache, and for the mission key and key, you will need to put down the strings you will use to get the real back out of the game cache.
 
K

KrazyShadow

Guest
Anyway, what's the diference between mission key and key?o_O

I just can't imagine it..><'
 

corvusHaunt

New Member
Reaction score
96
They are just for organization and more storage. Here is a diagram.

Code:
                              Storage
                     ______________|_______________ 
                    |                              |
                Gamecache                      Gamecache
              ______|______                  ______|______
             |             |                |             |
          Mission       Mission          Mission       Mission
          ___|___       ___|___          ___|___       ___|___
         |       |     |       |        |       |     |       |
        Key     Key   Key     Key      Key     Key   Key     Key
         |       |     |       |        |       |     |       |
       Value   Value Value   Value    Value  Value  Value   Value
You can have as may game caches as you want, and as many missions inside each cache as you want, and so on. Each Key only holds one value.

EDIT: EGAD! The diagram is messed up, let me try to fix.

EDIT: WOO! Got it :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top