Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Question for RM2k3 experts.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Question for RM2k3 experts. (Read 2255 times)
drenrin2120
Global Moderator
Sage
Posts: 6,101
Question for RM2k3 experts.
«
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!!!
Logged
drenrin2120
Global Moderator
Sage
Posts: 6,101
EDIT
«
Reply #1 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?
Logged
FFL2and3rocks
Staff
Leader
Posts: 2,638
(No subject)
«
Reply #2 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.
Logged
Respect list:
[Everyone but you]
drenrin2120
Global Moderator
Sage
Posts: 6,101
(No subject)
«
Reply #3 on:
July 14, 2005, 04:32:05 PM »
oh, well no wonder my event started acting all funny..
Thanks RPGLord.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Question for RM2k3 experts.