i posted this couple days ago and didnt really seem to get an answer, but since then i got one of the questions answered. but i got one more, if i have some dead grass and i can hide in it and i want it to fall down after 15 seconds then what should i do i have a code of what i thought was right, but it didnt work.......
turf/dedgrass/verb/Hide()
layer = 5
sleep(150)
i think there should be something else under it and thats what i dont know, please help.
ID:177736
Aug 3 2002, 6:55 pm
|
|
turf/dedgrass/verb/Hide()
usr.loc = src.loc
usr.invisibility = 1
sleep(150)
usr.invisibility = 0
mob/Move()
if(src.invisibility)
src.invisibility = 0
Thiefy