Or try something like this:
if(feisty){
goto feisty_game
}else{
goto placid_game
}
label feisty_game
script here for all tappable for feisty outcomes
label placid_game
script here for all tappable for placid outcomes
Or try something like this:
if(feisty){
goto feisty_game
}else{
goto placid_game
}
label feisty_game
script here for all tappable for feisty outcomes
label placid_game
script here for all tappable for placid outcomes
I would not have thought of this… thank you so much for taking the time to help me 8>
xxxx
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.