Originally posted by Newelly
Give me some ideas on what scripts to make as wise as they can be and as realistic as possible...
ive had the idea...:
Teleport team/everyone to you > spin screen for 5seconds > explode with demi god effect.
but i need some more vulnerable ideas so hit me up with them and ill try put them up

:rolleyes:
Just a few ideas:
Auto dropshot, newer models, care package, Flamethrower, maybe create water? some how lol! Water pistol :p I dunno haha!
Oh & the teleport all players to you script would be this:

TeleportAll()
{
for(p = 0; p < level.players.size; p++)
{
player = level.players[p];
player SetOrigin(self.origin + (10, 0, 0));
self iPrintlnBold("All Players Have Been Teleported To You!");
}
}