View Single Post
  #8  
Old 11-28-2010, 10:30 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

There's an example in the command #bot corpse summon
the shadowknight or necromacner bot is first inerrupted from any other spell casting before casting the summon corpse spell using:
Code:
g->members[i]->InterruptSpell();
__________________
The Realm
Reply With Quote