Hi Yisc, thanks matey I was using GetStoredValue instead of GetUserStoredValue damn lol
Thank You
Andy
Thank You
Andy
RegisterNodeAction ("NodeID_01","AS1", 123, RadarTrap1, "" );
RegisterZoneAction ("ZoneID_01", "BL1", -40,123, 5 , RadarTrap1, "" );
Sub RadarTrap1($userName,$ID)
IF($ID == "NodeID_01") THEN
ENDIF
IF($ID == "ZoneID_01") THEN
ENDIF
EndSub
removeprivdelayedcommand();
privdelayedcommand();
removehostdelayedcommand();
hostdelayedcommand();
removedelayedcommand();
delayedcommand();
CASE "!myconfig":
myConfig( );
BREAK;