View Single Post
08-31-13, 07:06 PM   #5
Clamsoda
A Frostmaul Preserver
Join Date: Nov 2011
Posts: 269
Just to save you the potential headache, line 3 in SDPhantom's code should read:

Lua Code:
  1. local function OnEnter(self)

instead of

Lua Code:
  1. local function OnEnter(delf)
  Reply With Quote