[Only registered and activated users can see links. Click Here To Register...]
Value of "custom_column" of currently logged in player in dbo.Characters: "9999991".
/slitwrist
Code:
function customtest()
local custcol = get_value("custom_column")
local custcoltwo = gv("custom_column")
local lvldebug = get_value("level")
local lvldebugtwo = gv("level")
message("<b>---Begin Debug---</b>")
message("custcol with full function name: "..custcol.."")
message("custcol with short function name: "..custcoltwo.."")
message("level with full function name: "..lvldebug.."")
message("level with short function name: "..lvldebugtwo.."")
end
/slitwrist