summaryrefslogtreecommitdiff
path: root/npc/functions/global_event_handler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/global_event_handler.txt')
-rw-r--r--npc/functions/global_event_handler.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/functions/global_event_handler.txt b/npc/functions/global_event_handler.txt
index 460694f3..80a0643c 100644
--- a/npc/functions/global_event_handler.txt
+++ b/npc/functions/global_event_handler.txt
@@ -3,16 +3,13 @@
end;
OnPCLoginEvent:
- debugmes "PCLOGIN";
@login_event = 1;
//callfunc "fixHeadStyles"; // convert headstyles
//callfunc "ClearVariables"; // removes / converts old variables
callfunc "DisplayMOTD"; // send the motd to the client, if enabled
- //callfunc "getBroadcast"; // get the scheduled broadcast, if any
//addtimer 0, "Magic Timer::OnLogin"; // prevent cast rate abuse
// add more here
@login_event = 2;
- debugmes "PCLOGIN OK";
end;
OnPCKillEvent: