Thread: RC Tools
View Single Post
  #6  
Old 04-21-2001, 08:19 AM
WeirdmanI9 WeirdmanI9 is offline
Banned
WeirdmanI9's Avatar
Join Date: Mar 2001
Location: Laying Low From The Police
Posts: 1,816
WeirdmanI9 is on a distinguished road
Send a message via AIM to WeirdmanI9 Send a message via Yahoo to WeirdmanI9
Talking

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.
Reply With Quote