View Single Post
  #8  
Old 06-08-2008, 04:05 AM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
if(actionprojectile2) is the one that triggers when it hits anything. Not just the player. That's why I am using a testplayer() to see if it the player or not.

@cbk1994: How would that work?

PHP Code:
new GuiShowImgCtrl("BloodFX") {
  
player.x;
  
player.y;
  
width 8;
  
height 8;
  
ani "bloodfx";
  
this.attr[5] = 9;
  
this.attr[6] = 5;
  
this.attr[7] = 4;

You mean something like this will work ?
Reply With Quote