1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
// TMW2 scripts. // Authors: // Jesusalva // Description: // Generals 024-16,29,21,0 script Wizard General NPC_BLUESABER,{ hello; end; OnInit: .distance=5; end; } 024-16,31,21,0 script Warrior General NPC_REDSABER,{ hello; end; OnInit: .distance=5; end; }