RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

need to no how to get the person out after...

Started by unitingelite, April 02, 2006, 08:11:19 AM

0 Members and 1 Guest are viewing this topic.

unitingelite

i need to no how to get the person (mom) out of the way after u get the baby? can u guys plz help?


loonygamer


unitingelite

i want to make like a little quest before you can get out of the house. you need to go down stairs n get the baby, then u give it to the mother. then she go's and thats whe r able to go outside. but i dunno how to do that.

Dalton

You use switches and the move event command.

loonygamer

ok, here's a little sample code:

THIS IS THE EVENT ON THE HOUSE EXIT:
<>Conditional Branch: If Switch 0002: Gave the Baby is ON
  <>Teleport: Whereever you want, probably.... OUTSIDE.
<>

THIS IS THE EVENT WHEN YOU GET THE BABY:
<>Message: Ok I got the baby.
<>Move Event: Change Graphic - NONE (so that you don't see the baby anymore)
<>Erase Event

THIS IS THE EVENT WHEN YOU GIVE THE BABY:
<>Conditional Branch: If Switch 0001: Got Baby is ON
   <>Message: Here you go.
   <>Switch: 0002: ON
<>

now you can go outside.