Odd DBZ:FE code...

Posted by Aryzure on Wed 01 Oct 2003 12:07 AM — 3 posts, 16,163 views.

#0
I use to know this code that allows you to type PK ____ and it would be set to my aliases like sw would be sweep PKtarget. Heres the code, but i dont know how to use it. sub OnAttacker (Triggername, triggerline, arrWildCards)
Dim Sense
Sense = split (arrWildCards (1))
world.SetVariable "Attacker", sense (ubound (sense))
World.setstatus "Current Target = " & Cstr (world.getvariable ("attacker"))
End Sub
Greece #1

<aliases>
  <alias
   match="^PK[ ]+(.*?)$"
   enabled="y"
   regexp="y"
   send_to="12"
   ignore_case="y"
   sequence="100"
  >
  <send>world.SetVariable &quot;Attacker&quot;, &quot;%1&quot; 
World.setstatus &quot;Current Target = &quot; &amp; Cstr (world.getvariable (&quot;attacker&quot;))</send>
  </alias>
</aliases>

Copy everything, go to the aliases window and press the Paste button, should work.
#2
I was wondering if anyone happens to have the code base for DBZ:FE ?