voodooKobra
Member
Code:
$game_variables[15] = $game_map.passable?($game_variables[2], $game_variables[3], 2)
I try to call this script and it gives me a syntax error. Also, it looks more like this in the box for some dumb reason:
Code:
$game_variables[15] =
$game_map.passable?($game_variables
[2], $game_variables[3], 2)
What am I doing wrong?
RPG Maker XP. This is supposed to be for an airship landing thing. (Events + scripts.)