I've been trying to do events within scripts, with very little luck. Right now I've been trying to erase a picture (made with an event) in a script.
The picture number from the event is 22 and I've tried variations of scripts such as
with no luck.
I tried calling the Interpreters (picture erase is command_235) but can't wrap my head around the migration from calling definitions in C to calling them in RGSS.
So my questios are, what is a script for erasing picture 22 and is there a way to call any of the interpreters so I can script my events rather than use the event editor.
The picture number from the event is 22 and I've tried variations of scripts such as
Code:
$game_screen.pictures[22].erase
I tried calling the Interpreters (picture erase is command_235) but can't wrap my head around the migration from calling definitions in C to calling them in RGSS.
So my questios are, what is a script for erasing picture 22 and is there a way to call any of the interpreters so I can script my events rather than use the event editor.