Trying to have actor ask user questions and make a selection

cabral91cabral91 Member, PRO Posts: 7

Hi guys, I am new to the gamesalad scene and have a question,

I have a bunch of actors that randomly spawn on the screen lets say A B C D E (these are all the same actor just spawn different images Randomly), I have another actor called Host that talks to the user and asks question. But in-between the questions I want the user to select one of these actors and mark it as a selection. I guess I am confused on where to put this rule, do I put it in the Host section or each individual actor? I tried in the host section but it I couldn't link it correctly. Do I need to use a table maybe?

any help would be appraciated

Best Answers

  • pHghostpHghost London, UKPosts: 2,342
    Accepted Answer

    You can put it in almost any actor, if you so wish. GS gives you a lot of flaxibility.

    But you will need some communication between the actors most likely, which can be done by a game.Attribute or through tables. Tables will give you more flaxibility, I'd recommend using those.

  • cabral91cabral91 Posts: 7
    Accepted Answer

    Thanks, I ended up creating a game.Attribute boolean that says usersTurn and when it gets to the point of the conversation i want user to make a selection usersTurn=true and that actor waits for it

Sign In or Register to comment.