Ok i want it so when someone uses a Item it says stuff.
obj/Item
Blah
icon='blah.dmi'
verb/blahblah()
del(src)
world << "[usr]: ehhhk"
sleep(100)
world << "[usr]: ooooooooo!"
sleep(50)
world << "[usr]: ahhhhhhhhh!"
sleep(100)
world << "[usr]: uhhhhh!"
Thats what i thought would work, but it doesnt. can anyone tell me why?
The seccond question is how would i make it so when someone wins in the arena they get 1 point in for the ranking system.. not sure if that makes much sense
ID:179409
![]() Jan 3 2002, 3:30 pm (Edited on Jan 3 2002, 3:38 pm)
|
|
![]() Jan 3 2002, 3:40 pm
|
|
Actually what do you want it to do. Say then delete the obj or del obj then say.
|