IF
TextEventSet("LLNWIZ_AddWand")
AND
GetTextEventParamInteger(1, _Int)
AND
IntegertoString(_Int, _IntStr)
THEN
LLNWIZ_DebugLog("LLNWIZ_AddWand [Int]: ", _IntStr);
IF
TextEventSet("LLNWIZ_AddWand")
AND
GetTextEventParamReal(1, _Real)
AND
Integer(_Real, _Int)
AND
IntegertoString(_Int, _IntStr)
THEN
LLNWIZ_DebugLog("LLNWIZ_AddWand [Real]: ", _IntStr);
IF
TextEventSet("LLNWIZ_AddWand")
AND
GetTextEventParamString(1, _Str)
THEN
LLNWIZ_DebugLog("LLNWIZ_AddWand [Str]: ", _Str);