//this is the item choicessetarray .beadID[1],4739,4709,4749,4729,4759,4719,4790,4794,4763,4799,4802,4825,4831,4841,4844,4849,4848,4852,4868;set .@BeadMenu$,"";//loop for menufor( set .@i,1; .@i < getarraysize( .beadID ); set .@i,.@i + 1 ){set .@BeadMenu$,.@BeadMenu$ + getitemname( .beadID[.@i] )+":";}//makes a selection of what item you wantset .@Bead,select( .@BeadMenu$ );
I want the player to choose three kinds of bead or loop it 3 times and save it into an array.
set .beadChoices[1],.beadID[.@Bead]1,.beadID[.@Bead]2,.beadID[.@Bead]3;
So my script is just like this..
I want the player to choose three kinds of bead or loop it 3 times and save it into an array.
How can i achieve this?
Edited by simplyniceShare this post
Link to post
Share on other sites