ArcanaMagek
Member
$game_map.map_id = 3 doesn't seem to work.
I want it so that when i'm on certain maps I can teleport to another map from the menu.
I already implemented this system in my CMS but :
if $game_map.map_id = [MAP] gives me an error.
Can someone help?
Maybe it's a little confusing here...So what I need is some correction for this condition:
if $game_map.map_id = 3, 4, 5
because this does NOT work.
Thx
I want it so that when i'm on certain maps I can teleport to another map from the menu.
I already implemented this system in my CMS but :
if $game_map.map_id = [MAP] gives me an error.
Can someone help?
Maybe it's a little confusing here...So what I need is some correction for this condition:
if $game_map.map_id = 3, 4, 5
because this does NOT work.
Thx