I have a problem with turning self switches by script. I'm using this formula:
but there is no result at all.
I tried using fixed values, like this:
or replacing 'true' with '1' but, again, there was no effect.
Can someone tell me what am I doing wrong?
Code:
key = [$game_map.map_id, event.id, 1]
$game_self_switches[key] = true
I tried using fixed values, like this:
Code:
key = [10, 5, 1]
$game_self_switches[key] = true
Can someone tell me what am I doing wrong?