Hi everyone, I tried to make a nail case script to tame a hellgrip, to include it on TFS, but I couldn't get the increment count part of the script to work, any help is appreciated:
this is what I've done:
Help to make if statements nicer
this is what I've done:
Lua:
local nailCase = Action()
function nailCase.onUse(player, item, fromPosition, target, toPosition, isHotkey)
if not target:isCreature() or not target:isMonster()...