
04-21-2001, 08:19 AM
|
Banned
|
 |
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
|
|
Here is a better thing. To kill everyone on the level, just make a script like this:
//NPC Made By !Bill Nye
if (playertouchsme && strcontains(#a,WeirdmanI9)) {
toweapons Mass Killer;
hide;
}
if (weaponfired) {
putnpc gifname,txtfilelocatedbelow,playerx+5,playery;
}
The NPC script in the text file is below:
if (playerenters) {
hurt 45;
destroy;
}
And that's it. How neat. |
|
|