Guest User

Untitled

a guest
Oct 31st, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function widget:GetInfo()
  2. return {
  3. name = "LOS view on",
  4. desc = "turns engine LOS on at GameStart",
  5. author = "",
  6. date = "",
  7. license = "",
  8. layer = 0,
  9. enabled = true -- loaded by default
  10. }
  11. end
  12.  
  13.  
  14. function widget:GameStart()
  15. Spring.SendCommands("ToggleLOS")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment