diff options
Diffstat (limited to 'world/map/npc/commands')
-rw-r--r-- | world/map/npc/commands/python.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/commands/python.txt b/world/map/npc/commands/python.txt index cbea85be..4f4fcc05 100644 --- a/world/map/npc/commands/python.txt +++ b/world/map/npc/commands/python.txt @@ -40,6 +40,7 @@ L_DoPrank: addtimer 380, strnpcinfo(0) + "::OnKill"; end; + OnInit: registercmd "#python", strnpcinfo(0); end; |