Hello!
I was wondering how your would script a question and register the input, then changing an instance, for instance:
Question:
Input
If input = one option then change instance into instance, else if other option change instance into instance etc
Please help!
Scripting
Started by SapphireStreak, May 17 2012 03:57 PM
2 replies to this topic
#1
Posted 17 May 2012 - 03:57 PM
#2
Posted 17 May 2012 - 04:05 PM
do you mean:
if show_question("Are you male?")
instance_change(malechar,1);
else
instance_change(femalechar,1);
This will ask Are you male? and change the object into object malechar if the user said yes and else into femalechar.
if show_question("Are you male?")
instance_change(malechar,1);
else
instance_change(femalechar,1);
This will ask Are you male? and change the object into object malechar if the user said yes and else into femalechar.
#3
Posted 19 May 2012 - 09:51 AM
do you mean:
if show_question("Are you male?")
instance_change(malechar,1);
else
instance_change(femalechar,1);
This will ask Are you male? and change the object into object malechar if the user said yes and else into femalechar.
Yes thankyou!
It worked!!!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











