Advertisement
Guest User

FoE-Wave3

a guest
Feb 23rd, 2016
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. -- Try adding this to the bottom of 'globalScript.lua', then press F2 a few times in game
  2. -- Feel free to use ILSpy to see what functionality is available
  3.  
  4. StaticEvents.add_OnLevelLoad(function(level)
  5.     local console = GameObject.Find("Console")
  6.     console:SetActive(true)
  7.     console = console:GetComponent(typeof(Console))
  8.     Actor.Player:AddController(console)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement