Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Tue 31/08/2004 19:18:44

Title: error: unknown new interaction
Post by: on Tue 31/08/2004 19:18:44
in relation to one of my previous posts, I have now made it so that choosing an option in dialog takes me to a different room, now however, it brings this up whenever it takes me to the room and there are no interactions in the dialogue script or the room, i am stumped
Title: Re: error: unknown new interaction
Post by: Pumaman on Tue 31/08/2004 20:28:49
You'll have to be more specific - what interactions are you using to launch the dialog, for example? What is the dialog script?
Title: Re: error: unknown new interaction
Post by: on Wed 01/09/2004 12:21:26
Well that's the thing, I'm not using any interactions in that dialogue, but the script is something like this:

@S
GT: "Which room?"
@1
new-room 11
@2
new-room 10
@3
stop
Title: Re: error: unknown new interaction
Post by: Pumaman on Wed 01/09/2004 20:45:32
Yes, but how do you start the dialog? Using a RunDialog command, or an interaction? If it's an interaction, what others do you have around it?
Title: Re: error: unknown new interaction
Post by: on Thu 02/09/2004 12:37:49
Well it uses regions, i step on to the region and the dialog runs
Title: Re: error: unknown new interaction
Post by: Phemar on Thu 02/09/2004 17:29:12

no he means are you scripting it or using the interaction editor.
Title: Re: error: unknown new interaction
Post by: on Fri 03/09/2004 08:38:24
is which part using script or interaction editor? If you mean to turn the dialogue on it's interaction editor
Title: Re: error: unknown new interaction
Post by: Pumaman on Sat 04/09/2004 14:11:12
Can you upload a game that demonstrates the problem?