Guest User

Untitled

a guest
Oct 16th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --main.lua
  2.  
  3. _G["Level"] = 1
  4. _G["levelSeries"] = 1
  5.  
  6. --level select module changes it to... which works
  7.  
  8. levelSeries = event.target.tag --where tag = 2
  9.  
  10. --gamelogic module prints levelSeries it as 1
Add Comment
Please, Sign In to add comment