aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/games/connectthedots.lua
blob: c24ff1420406d2843464d4c38b12d3b8222ef179 (plain)
1
2
3
4
5
6
7
--The connet the dots spell game
print("Hi from connectthedots.lua")

function connectthedots()
    print("Blah!")
    return 100
end