Quote:
Originally Posted by ©by Noa
PHP Code:
quest treasure begin
state start begin
when id.use begin
if pc.get_empty_inventory_count()>= count of empty slotzs then
pc.give_item2(id,count)
else
say("you need more space")
end
end
end
end
|
Where i can put this function ? i make this quest ,and don't work ...
"syntax error : [string "start"]:1: `then' expected near `of'
treasure.quest:9:Abort (core dumped)"