--A file to show what functions are used for minigames Game.Name="Base" Game.Tip="Why did I even write this? No one will look at it anyway!" --Set this to non-nil to end the game, and give the player a score. Game.Score=nil --[[ Game.OnStartCasting = function(ply,spell) Game.Minigame = function() end Game.Interupt = function() end --]]