Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function widget:GetInfo()
- return {
- name = "LOS view on",
- desc = "turns engine LOS on at GameStart",
- author = "",
- date = "",
- license = "",
- layer = 0,
- enabled = true -- loaded by default
- }
- end
- function widget:GameStart()
- Spring.SendCommands("ToggleLOS")
- end
Advertisement
Add Comment
Please, Sign In to add comment