Hi,
Is-it possible to do a player choice. I think about some thing like that
question: "do you want to do this ?"
answer: Yes or No
slic fonction:
if (answer=="yes") { //do yes }
else { //do no }
Do you have an idea, if it's possible and how I can do it ?
Is-it possible to do a player choice. I think about some thing like that
question: "do you want to do this ?"
answer: Yes or No
slic fonction:
if (answer=="yes") { //do yes }
else { //do no }
Do you have an idea, if it's possible and how I can do it ?
Comment