jkthomsen9
Well-known member
I have created an item that gives you swim speed of 30'. Bootstrap xSwim Value 30. I want to suppress this if the item is not equiped. I tryed the script
if (field[gIsEquip].value = 0) then
result = assign[Helper.Suppress]
endif
in pre levels user 5000
but I get an error. Whay am I missing
if (field[gIsEquip].value = 0) then
result = assign[Helper.Suppress]
endif
in pre levels user 5000
but I get an error. Whay am I missing