From e8439ad503f530724f1eae2de1a8ac2c19df52c0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 22 Jan 2016 19:55:23 -0500 Subject: More debugging around file.Find not finding games folder --- gamemode/hud/spellminigames/base.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gamemode/hud/spellminigames/base.lua (limited to 'gamemode/hud/spellminigames/base.lua') diff --git a/gamemode/hud/spellminigames/base.lua b/gamemode/hud/spellminigames/base.lua new file mode 100644 index 0000000..65127e7 --- /dev/null +++ b/gamemode/hud/spellminigames/base.lua @@ -0,0 +1,18 @@ +--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 + +--]] -- cgit v1.2.3-70-g09d2