View Single Post
  #1  
Old 02-13-2012, 12:10 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Consider what would happen if both IDs were the same.

Change your 7th shout to this:
Code:
quest::shout("7 $TargID, $ClID");
The reason I mention this is that when testing the script alone, the IDs are the same and the if fails.
Reply With Quote