The script is supposed to show a hud when you get near it, the hud changes every time you get away and get near it...but it isn't doing anything.
Note: the one in the script isn't the hud but it is in the gamescore when you get this game maker.
Heres the script code
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\pointer.dds,hudname=LLB,hudhide=1,hudmake=display
:State=0:State=1
:State=1:Dimvar=LT,SetVar=LT 0,State=10,State=9
:State=1,Vargreater=LT 3:Hudshow=LLB
:State=9,Anywithin=100:Addvar=LT 1,State=2
:State=10,Plrdistwithin=100:Addvar=LT 1,state=4
:State=3,AnyFurther=101:State=9
:State=5,Plrdistfurther=101:State=10
Cyanide & Happiness 4 Ever