Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Edwin Xie on Sun 09/05/2004 23:15:41

Title: Something wrong with testing game-Talking to NPC
Post by: Edwin Xie on Sun 09/05/2004 23:15:41
Look, that topic explains the whole problem...only some details I need to explain to you:
I right click on testing game to do the talking cursor
I have set up the dialogs
I click on the NPC with the talking cursor
Nothing happens
I have even tried the interaction for that NPC
Title: Re: Something wrong with testing game-Talking to NPC
Post by: Ashen on Sun 09/05/2004 23:32:54
What interaction have you given the NPC?
Title: Re: Something wrong with testing game-Talking to NPC
Post by: Edwin Xie on Mon 10/05/2004 00:49:41
Lets see, well, this is exactly what it says on the "Talk to character" part:

- Talk to Character
     Game - Enable dialog option (0,1)

Anything wrong with it?
Title: Re: Something wrong with testing game-Talking to NPC
Post by: Ashen on Mon 10/05/2004 00:52:26
Got it, should be:

Talk to character-
Ã,  Ã,  Game - Run Dialog (0)

Hope this helps
Title: Re: Something wrong with testing game-Talking to NPC
Post by: Edwin Xie on Mon 10/05/2004 00:54:59
No wonder why there was the problem, it was too hard to find anything better than that in the list!!!! Oh well, the problem is over.
Title: Re: Something wrong with testing game-Talking to NPC
Post by: InCreator on Mon 10/05/2004 01:33:39
And - learn to use scripts. Things will me much faster and - believe or not - easier this way!
Instead of scrolling through loads of options, isn't it easier just to write RunDialog(0);?
Title: Re: Something wrong with testing game-Talking to NPC
Post by: Edwin Xie on Mon 10/05/2004 01:36:25
Yello? Read my sig, I am a newcomer! Don't pressure me! I'm still learning and making a test game so I can sharpen my knowledge. Another thing, Read that other topic I posted! I want to learn the script on how roger did that!