Hi, just resently i started learning RGSS to make scripts for RMXP. This topic is practically just a 'help' topic for myself whenever i need help with something that has to do with scripting.
I made this topic so that i don't have to create a 'new' topic for every single question i have(there will be a few...) and that i only have to create a post here instead.
I will always look for help in the 'help' file for RGSS first before i ask question. So if i post a question here it is one of the following reasons:
I am too stupid to find the answer, the answer did not exist, i understand parts of the answer but i need to know more.So yeah, let me start with the first question: I know i can use
$game_map.events[ID].moveto(0, 0) to move events on a map, but what do i write to select the 'event in process' instead of an event ID. Meaning, move the event i am placing the ScriptCall in.
Question two: And the other queston is the same but i want to move the player instead of an event.
I just want to know what to write instead of
events[ID].