--A file to show what functions are used for minigames print("Base included!") Game = Game or {} --Required functions --Called once when the plyer starts casting Game.Cast = function(spelltab,difficulty) end --Called continuously while the player is casting Game.Draw = function(self) end