Iv'e been trying like crazy "The noob game developer as i am" To make the Event Erase itself once it's been throughly completed.
Iv'e tryied with Self switch and the rest of the Conditional Switches.
I'll explain in Detail.
I attempt to make a dungeon where you input a Password in wich i did using the "Name input" Event without Actor face or Char nor name.
So yeah it works out find with the help of Conditional Branch it'll continue when the right Word is put in. After the battle with the appearing boss we obtain the KEY. In wich order we use to open the door. But when i go to the Position of wich i were to input the Password it all starts over again wich is not what i wanted. This is my Event:
(Player Touch)
@>Control Switches: [0013:Beelzern Issue] = ON
@>Text: 'Actor1', 0, Normal, Bottom
: : Carud: Huh?..
@>Text: 'Actor1', 0, Normal, Bottom
: : Carud: What's this? I can swear i heard
a voice!
@>Text: -, -, Transparant, Bottom
: : Mirror's Voice: You must find the answer..
: : If you wish to pass through..
@>Name Input Processing: , 10 characters
@>Conditional Branch [] is Name ' APOCALYPSE' Applied
@>Play SE: 'Explosion4', 80, 100
@>Shake Screen: 1, 5, @60, Wait
@>Show Ballon Icon: Player, Question
@>Play SE: 'Heal1', 70, 100
@>Text: -, -, Transparent, Top
: : Mirror's Voice: Well done.. Wake up
: : Beelzern.. Prove to them if they are
: : Worthy of Passage or not!
@>Change Battle BGM: 'Battle5', 100, 80
@>Play Se: 'Monster1', 100, 80
@>Battle Processing: Beelzern
@>Change Battle BGM: 'Battle1', 100, 100
@>Text: -, -, Transparent, Bottom
: : Mirror's Voice: Interesting.. The passage is
: : Yours to pass through whenever you like..
@>Change Items: [Key of the Mirror], + 1
@>Play ME: 'Item', 100, 100
@>Text: -, -, Normal, Bottom
: : Carud: I'd dislike to look myself in the
: : mirror the next time..
: : Since i won't be able to trust mirrors any more.
@>
: Else
@>Text: -, -, Transparent, Bottom
: : Mirror's Voice: You are wrong...
@>
: Branch End
@>Control Self switch: A =ON
@>
*SECOUND EVENT PAGE*
@>Erase
(I putted my Conditions Self switch A on and Autoran it)
PLEASE HELP! Thanks in Advance!
/Exuriel