-- Import the Glue Library include('glue/library.lua')
-- Create a new addon local addon = Glue.Library.CreateAddon('MyAddon')
-- Define a hook function function addon:PlayerSpawn() -- Code to execute when a player spawns end
Ready to join the ranks of Glue Library developers? Here's a simple example to get you started: