Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: drenrin2120 on July 14, 2005, 01:30:42 AM

Title: Question for RM2k3 experts.
Post by: drenrin2120 on July 14, 2005, 01:30:42 AM
Hey everybody, you all know me. I'm just confused about what exactly labels do. You see, apparently, you cant' teleport your Main Character by reference of variable. Which would be the X and Y (Char X, Char Y) Now when I saw Labels, it said Labels, and Jump to Labels. So I figured it meant it would label an event, and then you could to where that label is. But it jsut doesn't work!!! Plz help!!!
Title: EDIT
Post by: drenrin2120 on July 14, 2005, 04:22:25 AM
Sorry for the double post. But I've got a different question.

If I wanted an event to substitute a character (let's call him A)
and I wanted another event to activate it. (let's call it B)

how would I make it so when B collided with A it would go into a battle?
Title:
Post by: FFL2and3rocks on July 14, 2005, 07:06:21 AM
Going to a label makes the event reset to wherever the label is in the event.
For example, let's say you have an NPC ask you a question, and you want the NPC to ask you the same question again if you say no. Before the question, use the "Lable" event to set the label to 1. Then in the "No" branch of the question, use the "Goto Label" event and set it to 1. This will make the event  go back to wherever the label is; in this case, the beginning of the question.
Title:
Post by: drenrin2120 on July 14, 2005, 04:32:05 PM
oh, well no wonder my event started acting all funny..  :|

Thanks RPGLord.