12-13-2021, 07:29 PM
Hey,
It's me again.
Im using this to see if paladin should go for supplies or not. But even if I have 500 bolts or 0 it doesnt change the action.
What is missing? I want it to either 'Leave' on low supplies, or 'Start Spawn'
if itemcount('bolts', '', true)>= 100 then
gotolabel('Leave')
return
end
It's me again.
Im using this to see if paladin should go for supplies or not. But even if I have 500 bolts or 0 it doesnt change the action.
What is missing? I want it to either 'Leave' on low supplies, or 'Start Spawn'
if itemcount('bolts', '', true)>= 100 then
gotolabel('Leave')
return
end