Announcement

Collapse
No announcement yet.

Dunno exactly where to post this, but...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dunno exactly where to post this, but...

    Alright, here's my problem. I'm trying to make an event code to work like this:

    Pick up a piece of paper in a chest.
    Go to a girl; talk to her.
    She takes piece of paper, offers to help and joins party.


    I know, I know, it sounds blatantly stupid, right there...but here's the trick. Before you pick up the paper, if you talk to the girl, she just says "Yes, can I help you?" over and over.


    I got the "Yes, can I help you?" part working... however, when I try to set up a Event transition, or a Val-Branch switch or anything like that, it doesn't work...
    sometimes, when I edit it, it actually let's me continue on the conversation without even having the piece of paper...

    #2
    Re: Dunno exactly where to post this, but...

    Use a Val-control branch, and make sure to raise the variable at the event where you obtain the paper. So, variable 1 (or whatever number you use) = 0, just display message "Can I help you?" Have a property control when you get the paper that says "Variable 1 = 1". Then, on the girls branch, when variable 1 = 1, she takes the paper and joins the party.
    Did that help at all?

    Comment

    Working...
    X