View Single Post
  #4  
Old 04-10-2006, 01:59 PM
Raeiphon Raeiphon is offline
I never asked for this.
Join Date: Jun 2005
Posts: 855
Raeiphon is on a distinguished road
Simple.

Make a -System npc and have actionprojectile trigger an event in -System (e.g serverside) and have that do the rest.

E.G -
//System NPC
if (actionprojectile) {
// use your params here, so:
//I dont know the syntax for hurt :O
hurt playerx,playery,#p(0)*2;
}
__________________

I hope for nothing. I fear nothing. I am free.
Reply With Quote