ID:178874
 
how would you use the northeast proc? Like say it was to attack and that button is how you attack?
Tazor07 wrote:
how would you use the northeast proc? Like say it was to attack and that button is how you attack?

Northeast()
src.Attack()

that would override the Northeast proc to call the Proc Attack(), but you may have to put it differently depending on what kind of thing your Attack() thing is( like mob verb or client proc etc..)