
02-03-2002, 03:51 AM
|
|
Registered User
|
 |
Join Date: Jul 2001
Location: Monroeville, PA
Posts: 548
|
|
Dodgeball Script
|
This is what i've come up with so far...
I wanna make it so that you throw the ball AT THE OTHER TEAM and if it hits them, they get warped to the "out box". I want to have guilds like Red Tem & Blue Team. If it hits nobody, then the ball just stops. Also, i want the ball to go farther then regular...
if (created) {
canbecarried;
}
if (playertouchsme) {
}
if (thrown) {
setstring thrown,#g;
sleep2;
setstring thrown,;
}
if (playertouchsme&&!strequals(thrown,#g)) {
setlevel2 2,2,2;
} |
__________________
~Jeice Lighthawk~
"And you will shed tears of scarlet..."

~Edited by me. ^_^
|
|
|
|