0 Members and 1 Guest are viewing this topic.
function on.create()%varsinitend
menu = truegame = falsehighscore = (var.recall("HS") or 0)score = 0
function on.create()menu = truegame = falsehighscore = (var.recall("HS") or 0)score = 0end
UPDATE!!!include external .lua files by using #, followed by the name of the file (without the .lua)example main file:Code: [Select]function on.create()#varsinitend
function on.create()#varsinitend
Quote from: Nick on January 11, 2012, 01:36:23 pmUPDATE!!!include external .lua files by using #, followed by the name of the file (without the .lua)example main file:Code: [Select]function on.create()#varsinitendWhat ??#varsinit returns the number of elements in the "varsinit" table ...You've overriden the metatables ?