Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 20/08/2003 18:20:20

Title: a little help please
Post by: on Wed 20/08/2003 18:20:20
in my game I have a door that you can only open if you have a certain inventory but if you don't have it I want to display a message and when I do have it I want to display a different message, any help please ??? ??? ???
Title: Re:a little help please
Post by: Ishmael on Wed 20/08/2003 18:58:59
I suggest: in the hotspot interaction (if you use a hotspot for the door): Run script:

if (character[GetPlayerCharacter()].inv
Title: Re:a little help please
Post by: TerranRich on Wed 20/08/2003 22:36:44
Read the forum rules. Use a descriptive title in your post.