ID:261406
 
verb
Sell()
set src in oview(1)
switch(input("dude can i buy an engine from you.")in list("Yes","Buy your own"))
if("Yes")
usr.contents-=/obj/parts/engine
usr.hp -= 10
usr.cash+=120
alert("Let me take your engine.")
if("Buy your own")
alert("Come back if you want to give me the engine.")
Put in a check to see if the usr has the object first.