-- LUA Script - precede every function and global member with lowercase name of script + '_main' -- Default script - does nothing. g_points = 0 function coinhud_init(e) end function coinhud_main(e) TextCenterOnX(50,10,4,"points = "..g_points ) end