MEMORIZED POSITION QUESTION
Posts
Pages:
1
Hey, can someone direct me to some good tutorials dealing with Memorize Position and Recall Memorize Position. I am confused on exactly their purpose and how they can be properly utilized. Any help would be greatly appreciated.
Well, first you should know that every map has an ID#, and the hero's position on a map is defined in terms of x,y coordinates.
Simply put, with "Memorize Position", you designate the Map ID, The Hero's X and Hero's Y into 3 separate variables.
"Recall Memorized Position" instantly teleports the hero to a location designated by 3 variables, one for the map ID, one for the X position and one for the Y position.
The two event commands are not exclusive to each other. One writes a location to the three variables, and one uses 3 variables to move the hero to a location.
Similar command is "Change Event Location", which is like "Recall" but moves an NPC/Event instead of the hero to a spot.
Simply put, with "Memorize Position", you designate the Map ID, The Hero's X and Hero's Y into 3 separate variables.
"Recall Memorized Position" instantly teleports the hero to a location designated by 3 variables, one for the map ID, one for the X position and one for the Y position.
The two event commands are not exclusive to each other. One writes a location to the three variables, and one uses 3 variables to move the hero to a location.
Similar command is "Change Event Location", which is like "Recall" but moves an NPC/Event instead of the hero to a spot.
post=narcodis
Well, first you should know that every map has an ID#, and the hero's position on a map is defined in terms of x,y coordinates.
Simply put, with "Memorize Position", you designate the Map ID, The Hero's X and Hero's Y into 3 separate variables.
"Recall Memorized Position" instantly teleports the hero to a location designated by 3 variables, one for the map ID, one for the X position and one for the Y position.
The two event commands are not exclusive to each other. One writes a location to the three variables, and one uses 3 variables to move the hero to a location.
Similar command is "Change Event Location", which is like "Recall" but moves an NPC/Event instead of the hero to a spot.
Cool, thanks a lot. Clears up some of my problem. I am working on a Tactical Battle System and I knew this would be essential to figuring it out but had little knowledge of the 3 variables. Thanks again.
Pages:
1














