Hello,i need a quest functions for inventory full : when someoane try to open Truhen,and inventory is full,her not work to open truhen.
Sorry,for my bad Enghlish..
Sorry,for my bad Enghlish..
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 ...Quote:
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