Hello,
I would like to ask if anyone could help me, I want to be able to use commands you would normally do through the events pages but instead through scripting. E.g. be able to switch self switches on and off from a script.
The two commands I am interested in at the moment are,
1) changing the graphic of the event and,
2) controlling its self switches
and I do want both of them, I know you can change the graphic on the next page of the event but I want to be able to do it via scripting.
Any explanations are welcome and other event controlling commands would still be interesting and may help me to figure it out myself.
From what I could gather what I need to do would involve something along the lines of:
$game_self_switches[event and switch] = true #to turn that switch on for the event? But it would also have to tell the maps that the event is on?
or maybe something to do with $game_map.events
Thanks in advance and I apologize if this isn't clear or doesn't follow forum policies
I would like to ask if anyone could help me, I want to be able to use commands you would normally do through the events pages but instead through scripting. E.g. be able to switch self switches on and off from a script.
The two commands I am interested in at the moment are,
1) changing the graphic of the event and,
2) controlling its self switches
and I do want both of them, I know you can change the graphic on the next page of the event but I want to be able to do it via scripting.
Any explanations are welcome and other event controlling commands would still be interesting and may help me to figure it out myself.
From what I could gather what I need to do would involve something along the lines of:
$game_self_switches[event and switch] = true #to turn that switch on for the event? But it would also have to tell the maps that the event is on?
or maybe something to do with $game_map.events
Thanks in advance and I apologize if this isn't clear or doesn't follow forum policies