hi, i'm making a text based rpg type thing, i've written some events that can happen to the player eg. a big monster attacks etc
the problem i am having is that in my main loop i'd like to use a gosub command to randomly pick an event to happen
for instance
do
gosub rnd(10) 'or however many events i have
cls
loop
i would probably also use the randomize command to reseed the random number.
i have named my events as numbers so i thought this would work but it hasn't, i get an error saying it isn't a valid label name.
any suggestions?????
'You were born crying while people around you smiled'