Thread: Space Shooter
View Single Post
  #19  
Old 09-22-2003, 11:25 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally posted by GoZelda


Part of your duck-hunt script:

NPC Code:

while (strequals(#a,Dach)){
points+=100000;
}



hehe
Other part;
NPC Code:

while (strequals(#a,GoZelda)) {
hits-=10000;
duckbitesplayer();
sleep 1;
}



__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote