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;
}