Thread: Little help.
View Single Post
  #4  
Old 02-02-2009, 08:35 PM
Schetti Schetti is offline
SC2 Player
Schetti's Avatar
Join Date: Nov 2008
Location: Austria
Posts: 269
Schetti is on a distinguished road
just an idea, but what would be with something like:

if (weaponfired) {this.account=player.account;
setani pancho_katana-attack,;
replaceani idle,pancho_katana-idle;
replaceani walk,pancho_katana-walk;

}
function onPlayerTouchsme() {
if (player.account ==! this.account)
hurtplayer(.5);
}



just an idea, and makes this roll on, I hope
__________________
“Peace cannot be kept by force. It can only be achieved by understanding.” – Albert Einstein
Reply With Quote