2,875
edits
(First version) |
m (Correct calling non-existent function) |
||
Line 55: | Line 55: | ||
local currentLvl = shared.toNumberOrDefault(args.currentLvl, 0) | local currentLvl = shared.toNumberOrDefault(args.currentLvl, 0) | ||
local targetLvl = | local targetLvl = shared.toNumberOrError(args.targetLvl) | ||
local actionExp = | local actionExp = shared.toNumberOrError(args.actionExp) | ||
local actionTime = | local actionTime = shared.toNumberOrError(args.actionTime) | ||
-- Check Exp param for validity first, then Lvl | -- Check Exp param for validity first, then Lvl |
edits