ID:174722
![]() Jul 23 2003, 7:20 pm
|
|
i cant find anything to help me use chests in my game. i wan to be able to open them and find poop.
|
![]() Jul 23 2003, 7:39 pm
|
|
This ought to work,
obj chest verb Open() var open Click() open = input("Do you want to take the poop?","OPEN",) in list("Yes","No") if(open == "Yes") new/obj/poop(usr) return else usr << "you leave the poop in the chest" hehe sorry the window was kinda small ^_^ |
my chest opens and gives me the contents as many times as i open it, how do i make it so it only gives me the contents once?
|