- Joined
- Jan 27, 2013
- Messages
- 244
- Reaction score
- 164
- First Language
- English
- Primarily Uses
- N/A
Trying to store mapID into a variable, I remember it used to be a direct call in the older version -- unless I'm blind -- i can't figure out how.
I'm using a script call
$gameVariables.setVariable(5, $mapId) <-- This is incorrect.
$gameVariables.setVariable(6, $gamePlayer.x)
$gameVariables.setVariable(7, $gamePlayer.y)
Any ideas?
I already know that doesn't work lol. Anyone know the correct syntax?
I'm using a script call
$gameVariables.setVariable(5, $mapId) <-- This is incorrect.
$gameVariables.setVariable(6, $gamePlayer.x)
$gameVariables.setVariable(7, $gamePlayer.y)
Any ideas?
I already know that doesn't work lol. Anyone know the correct syntax?

