alert("You wana buy a skateboard?")
switch(input("Wana buy a board man" , text) in list ("Yes", "No"))
if("Yes")
usr << "there ok, hope u like it"
usr.icon = 'skater.dmi'
usr.verbs += /maz/verb/Olly
usr << " Seller : Heres a complimentary CD player"
usr.verbs += /maz/verb/music_on
usr.verbs += /maz/verb/music_off
sleep(40000/usr.olly)
usr << "**** You begin to understand how Ollie works ****"
usr.verbs -= /maz/verb/Olly
usr.verbs += /maz/verb/Ollie
This is supposed to make you wait learn how to do a move properly, but for some reason it doesnt seem to learn Ollie (and it doesnt show the ***u begin to under....***)
any ideas :D
ID:149216
Jun 16 2002, 11:26 am
|
|