Text only
|
Text with Images
Adventure Game Studio
AGS Support => Beginners' Technical Questions => Topic started by: ktalebian on Wed 27/12/2006 04:25:32
Title:
Run Dialog?
Post by:
ktalebian
on
Wed 27/12/2006 04:25:32
Hey, how do I run a dialog using the Script? What is the function for it?
RunDialog() does not work
Title:
Re: Run Dialog?
Post by:
Joe
on
Wed 27/12/2006 11:41:59
If you are using AGS 2.72, the the function
RunDialog(X);
is obsolete.
you have to give a name for the dialog an type in script this
Code
Select
Expand
dName.Start();
Text only
|
Text with Images