verb
Sit()
set src in oview(0)
usr.Sit = 1
src.verbs-=/turf/Chairs/verb/Sit
src.verbs+=/turf/Chairs/verb/Get_up
Get_up()
usr.Sit = 0
ID:261414
Feb 28 2002, 7:11 pm
|
|
I need to know what is wrong with my code. The sit verb works fine but once it it used the get up verb doesn't show up in the menu. Please help, tell me if you need anymore info.
|
Feb 28 2002, 7:15 pm
|
|
You need to set src in something.
|
In response to Nadrew
|
|
Got it ;) Thank you, everything works great.
|