I have two questions.
- When I was using the randomtest it comes up saying “Not a number: ?” so I’m not sure what is wrong.
- I’m not sure how to set up some code. So I want the player to pick 20 items
*choice
*disable_reuse #Blankets
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Silverware
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Butter mold
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Marbles
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Medicine
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Butcher knife
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Sewing kit
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Jewellry
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Pistol
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Candle mold
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Chocolate
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Coffee
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #China dishes
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Ax
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Hammer
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Shovel
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Rope
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Kettle
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Cow
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Kitchen tools
*set gameonepoints +1
*goto gameonepointscheck
*disable_reuse #Candles
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Piano
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Rug
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Glass lantern
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Rocking horse
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Woodstove
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Bed
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Sugar
*set gameonepoints -1
*goto gameonepointscheck
*disable_reuse #Wine bottle
*set gameonepoints -1
*goto gameonepointscheck
#We have everything that we want to bring
*goto arrival
- I’m not sure how to set up some code. So I want the player to pick 20 items from the list above and set up the code below in the startup file but I’m not sure of the easiest way to code it or set it up.
*create gameoneitem1 "?"
*create gameoneitem2 "?"
*create gameoneitem3 "?"
*create gameoneitem4 "?"
*create gameoneitem5 "?"
*create gameoneitem6 "?"
*create gameoneitem7 "?"
*create gameoneitem8 "?"
*create gameoneitem9 "?"
*create gameoneitem10 "?"
*create gameoneitem11 "?"
*create gameoneitem12 "?"
*create gameoneitem13 "?"
*create gameoneitem14 "?"
*create gameoneitem15 "?"
*create gameoneitem16 "?"
*create gameoneitem17 "?"
*create gameoneitem18 "?"
*create gameoneitem19 "?"
*create gameoneitem20 "?"
Thanks for the help in advance