diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/zarkor.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt index 61470271f..b1da8ec6e 100644 --- a/npc/magic/zarkor.txt +++ b/npc/magic/zarkor.txt @@ -25,15 +25,20 @@ OnCall: // Check cooldown /* TODO */ + // This will only vanish upon logout =/ + if (@zark_caveat) { + dispbottom l("Skill is in cooldown."); + end; + } // Summon Magic SummonMagic(TMW2_ZARKOR, 400, CaveMaggot, 75, 2); - /* // set cooldown @skzarkor_cooldown=gettimetick(0)+20; */ + @zark_caveat=1; end; OnInit: |