diff options
author | gumi <git@gumi.ca> | 2018-07-30 12:32:53 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-30 12:32:53 -0400 |
commit | 2737f165fb71f7d0d41783655642f1f0e723bd5d (patch) | |
tree | 3cd04be7de02c545e341f7e12201b3b701fdc58c /world | |
parent | 195c3bbfb3a058d2ade61d6e983b0b8a07d5c496 (diff) | |
download | serverdata-2737f165fb71f7d0d41783655642f1f0e723bd5d.tar.gz serverdata-2737f165fb71f7d0d41783655642f1f0e723bd5d.tar.bz2 serverdata-2737f165fb71f7d0d41783655642f1f0e723bd5d.tar.xz serverdata-2737f165fb71f7d0d41783655642f1f0e723bd5d.zip |
log usage of #python in the gm log
Diffstat (limited to 'world')
-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 0846eb1f..8924338c 100644 --- a/world/map/npc/commands/python.txt +++ b/world/map/npc/commands/python.txt @@ -13,6 +13,7 @@ OnKill: if (!(isloggedin(@python[0]))) end; + gmlog "stomped " + if_then_else(@python[0] == BL_ID, "themselves", strcharinfo(0, @python[0])) + " with a giant foot!"; set Hp, 0, @python[0]; end; |