ID:261414
 
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.
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
You need to set src in something.
In response to Nadrew
Got it ;) Thank you, everything works great.