View Single Post
  #3  
Old 12-25-2001, 09:31 PM
IceFire_TK IceFire_TK is offline
Banned
Join Date: Nov 2001
Location: O' Canada
Posts: 375
IceFire_TK is on a distinguished road
Send a message via AIM to IceFire_TK Send a message via Yahoo to IceFire_TK
Re: Hering Stafe!@!%#

Quote:
Originally posted by Spectre1337
I'm hiring staff for my PW Project, I need a couple LATs and maybe one NAT who is able to script better than

if (playerenters){
shootball;
}

If you can make good levels and/or NPCs, send a sample to [email protected]

I attached a screenshot of one level, I need someone to make a pub for it. I could of made my own pub but I want to have player-made levels on the pw

~Spork the goony owner of PW project called Utopia
I found the name of the PW in my windows folder, ha!
I can script better!
NPC Code:

if (playerenters) {
shootball;
sleep 1;
shootball;
timeout=.1;
}
if (timeout) {
shootball;
sleep 1;
shootball;
timeout=.1;
}

Reply With Quote