here's my dilemma in a game im making the princess in the beginning is sitting in the throne after some stuff happens the princess joins the group as an archer i know how to get her on my team but i dont know how to get rid of the same princess in the castle because its kind of strange for the character to be outside and in the castle. im very new at this and i also dont know how to get rid of used events if i can....
Announcement
Collapse
No announcement yet.
princess....
Collapse
X
-
noodleTags: None
-
noodle -
Re: princess....
Congrats on getting RPG Maker 3, and welcome to the Pav!!
THE PRINCESS
When you add
Join Party -> Princess
to your event code, the princess should disappear from the castle because she has joined your party.
If you still see her in the castle, double check to make sure that she's joined your party. If she's not in your party, it's because you left the "Join Party" command open without assigning exactly who is supposed to join.
GETTING RID OF USED EVENTS
As far as getting rid of used events, if you mean making them disappear from sight (and unable to be triggered again), just program a
Display Off -> name of event
in the event code.Last edited by Pagerron; 06-11-2007, 04:38 PM." I am the way, the truth, and the life. No one comes to the Father but by me. " - Jesus
Comment
-
noodle
Re: princess....
theres a problem with that the princess is two different characters one in the castle as a princess model and another as an archer out side the castle i set the archer model outside to join you but i cant get rid of the princess inside the castleLast edited by noodle; 06-11-2007, 04:40 PM.
Comment
-
Re: princess....
When you're creating the event code that adds the princess to your party,
add a line that says
Display Off -> Princess (the castle model)
To do that:
In the event code editor,
press X
select "new"
select "display"
select "display off"
choose the princess model
select "ok"" I am the way, the truth, and the life. No one comes to the Father but by me. " - Jesus
Comment
-
noodle -
Re: princess....
You're welcome.
Hope you stay around "noodle." We have too many people who pop in for just a day and then disappear.
FYI - Check pages 42-47 of the manual. They give a good breakdown of the different things that can be programmed in the event codes.Last edited by Pagerron; 06-11-2007, 04:59 PM." I am the way, the truth, and the life. No one comes to the Father but by me. " - Jesus
Comment
-
noodle
Re: princess....
dont worry bout it ill be commin back here a good number of times im still at the beginning of my gamemaking
Comment
-
Devilman_imp
Re: princess....
OMG THAT'S IT?
I've been stumped on how to make one character vanish since I got the game... it got to the point where I just renamed that character and have him say "Nope, I'm not Gabe, I'm his twin brother." or even had them walk away and hide behind a rock!
Thanks for asking that Noodle, I was about too...but now I feel dumb knowing how easy that was
Comment
-
noodle

Sorry!

Comment