Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: SillySue on Sun 14/03/2004 05:05:11

Title: more interaction flags
Post by: SillySue on Sun 14/03/2004 05:05:11
I'm making an indiana jones game, with the lucasarts style inventory and iconbar. The different actions are close, open, push, pull, look at, talk to, pick up, use and give. I've done everything thats needed, but when I do and object interaction, the flag only goes up to about number 8.

If you know what I'm talking about, please tell me how to make more flags
Title: Re:more interaction flags
Post by: Scorpiorus on Tue 06/04/2004 19:49:18
Unfortunetly, you can't have more than eight. But you can use interaction 8 for all of your additional actions. In order to distinguish between them you can set a global int that spfecifies what extra mode is currently in use (push, pull, give, etc).

~Cheers