core 34083
I did not find the function:
pc.get_equip
item.get_equip
etc.
How to check the equipment?
Example:
I did not find the function:
pc.get_equip
item.get_equip
etc.
How to check the equipment?
Example:
Code:
for i = 90, 110 do
if pc.get_equip(i) == 41309 then
say("ok")
else
say("error. You equip costume")
end
end