Kurby Posted July 15, 2012 Posted July 15, 2012 How do I choose an action for both selections? Change: if(select("Dark Helmet!:Sparkling Dust!:Bye!")==3) goto M_Leave; To: if(select("Dark Helmet!:Sparkling Dust!:Bye!")==3,2) goto M_Leave; goto M_Once; Would this work? Will it allow the Selection "Bye!" To leave Npc message. And let the "Sparkling Dust!" goto M_once in script file? M_Once allows Player to buy next item. Make sense? Quote
Lilith Posted July 15, 2012 Posted July 15, 2012 switch(select("Dark Helmet!:Sparkling Dust!:Bye!")) { case 1: break; case 2: break; case 3: break; } Quote
Question
Kurby
How do I choose an action for both selections?
Change:
To:
Would this work? Will it allow the Selection "Bye!" To leave Npc message. And let the "Sparkling Dust!" goto M_once in script file? M_Once allows Player to buy next item.
Make sense?
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.