Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32082

Help to make if statements nicer

$
0
0
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:

Lua:
local nailCase = Action()

function nailCase.onUse(player, item, fromPosition, target, toPosition, isHotkey)
    if not target:isCreature() or not target:isMonster()...
Help to make if statements nicer

Viewing all articles
Browse latest Browse all 32082

Trending Articles