Step 1 Testing

This commit is contained in:
Cooldude2606
2017-04-07 11:03:40 +01:00
parent 8772358aa3
commit 2d102e4f4b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -64,6 +64,7 @@ function initVar()
if game.players[1].gui.left.hidden then g = game.players[1].gui.left.hidden.caption else g = game.players[1].gui.left.add{type='frame',name='hidden',caption=table.tostring(defaults)}.caption end if game.players[1].gui.left.hidden then g = game.players[1].gui.left.hidden.caption else g = game.players[1].gui.left.add{type='frame',name='hidden',caption=table.tostring(defaults)}.caption end
gTable = loadstring('return '..g)() gTable = loadstring('return '..g)()
game.print(g) game.print(g)
game.print(gTable.test[1])
end end
function autoMessage() function autoMessage()