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
  • Welcome to The RPG Maker Resource Kit.

A little problem....

Started by bioevy, May 20, 2007, 05:09:38 PM

0 Members and 1 Guest are viewing this topic.

bioevy


                                     [RESOLVED]


i have a little problem in programming the game as it should be.
the story should be like this:

you make a quest to an old man, where you get a treasure chest from some thieves in a cave.
after you defeated the and finished the quest, you talk to a guy named dk and he joins your party.
i have problems with this.
here is how the event looks now:
Old man:
@>Conditional Branch: [Ancient Treasure] in inventory
     @>Text: You.... you found it! you got my ancient treasure back!
     @>Please, take this in return!
     @>Change Weapons: [Iron Rod] +1
     @>Text: You Received: An Iron Rod!
     @>Change Items: [Ancient Treasure] -1
     @>
:    Else
     @>Text: Help! some thieves stole something very precious to me! you need to help me!
     @>Show Choices: Yes, No
:   When  [yes]
     @>Text: thank you.I believe someone in the village knows where the thieves are.
     @>Control Switches: [0004 Finished Quest] = ON
     @>
:    When  [No]
      @> Text: It's okay, if you change your mind i'll be right here.
      @>
   : Branch End
  @>
: Branch End
@>




Is something wrong with this script?

problems that occur:

after finishing the quest dk acts as if the quest hasn't been completed:

i can make the quest 100 times, it will always be there.

why does this happen?

:)

I dont understand the problem, also it's an event not a script.  :D
Watch out for: HaloOfTheSun

venn177

Yeah it uhh....it looks fine.

Zeriab

Switches is your answer to this problem.
Click on my sig to learn about them ^_^

You got to turn on a switch the Ancient Treasure in inventory branch to make sure it can't be done again.