View difference between Paste ID: h0ytwkFb and hMDPZEAc
SHOW: | | - or go back to the newest paste.
1-
	
1+
2-
2+
3
        name      = "SpeedControl of JUSTICE",
4
        desc      = "Simple widget to set speedcontrol 1.",
5
        author    = "Drake Redcrest",
6
        date      = "Today",
7
        license   = "JUSTICE",
8
        layer     = -5,
9
        enabled   = true,
10
      }
11
    end
12
     
13
    function widget:GameStart()
14
      Spring.SendCommands(speedcontrol 1)
15
    end