Hello!
I have a problem here, I try to call a commun event related to a game variable. Like I want to call X commun event where X is a game variable.
I use:
$game_temp.common_event_id = X
And it works fine, but:
$game_temp.common_event_id = $game_variables[X]
Doesn't work.
(X being a number)
Can someone help me?
Thank you.