How i can set a timer at an item (to set a time to expire and disappear)
Or
Where can alter time an item ?
Or
Where can alter time an item ?
when 9005.take with item.vnum == xxxx begin
if item.get_socket(0) == 1 then
chat("You have already done it!")
else
chat("Time has been changed to proper.")
item.set_socket(0, 1)
item.set_socket(2, 720)
end
end