Script Contest
#18
Randommatch Script. (Limitless)
This script makes a completely random game from a (random) official map and (random) mode. :D

rdmmde = ["2" "3" "4" "5" "6" "9" "10" "11" "13" "14" "15"]
//Maps here can be edited. If adding more, you need to increase the number from 19 to the amount you have.
//map (at $tdmmap (rnd 19)) <-- 19 needs to be edited.
rdmmap = ["ac_aqueous" "ac_arctic" "ac_complex" "ac_depot" "ac_desert" "ac_desert2" "ac_desert3" "ac_elevation" "ac_gothic" "ac_keller" "ac_mines" "ac_power" "ac_scaffold" "ac_shine" "ac_snow" "ac_sunset" "ac_toxic" "ac_urban" "ac_wasteland"]
randommatch = [
mode (at $rdmmde (rnd 11))
sleep 300
map (at $tdmmap (rnd 19)) //Edit this number 19.
]

Random Slap (5 Liner)

This script is a fun little plaything for ingame.
//The slaps can be edited to anything you want. :) Just remember to edit the rnd number.
slap = [say slaps $arg1(at $randomslap (rnd 5))]
randomslap = [ "with a rusty salmon" "with a donkey flop" "with a Sniper Rifle" "with a Cactus" "with a Spleen" ]

Random Alias (5 Liner)
Set your aliases and it will change them randomly ^^
Best used if binded to a key :P

//Put all your aliases here that you want to select at random
namelist = "One Two Three Four"
//The number "4" in the next line has to be edited to the number of names in the namelist.
aliasme = [name (at $namelist (rnd 4))]


Note: My scripts are purely for fun. There isnt a real purpose to 'em and if you find a purpose, i will be wondering how the hell you did. HF.
Thanks given by:


Messages In This Thread
Script Contest - by Mael - 17 Jul 10, 11:23PM
RE: Script Contest - by V-Man - 17 Jul 10, 11:29PM
RE: Script Contest - by DrauL - 18 Jul 10, 05:06AM
RE: Script Contest - by Bukz - 18 Jul 10, 06:15AM
RE: Script Contest - by V-Man - 18 Jul 10, 02:29PM
RE: Script Contest - by Dreamer - 19 Jul 10, 03:04AM
RE: Script Contest - by #M|A#Wolf - 19 Jul 10, 03:10AM
RE: Script Contest - by V-Man - 19 Jul 10, 03:11AM
RE: Script Contest - by Mael - 19 Jul 10, 03:36AM
RE: Script Contest - by V-Man - 19 Jul 10, 06:35PM
RE: Script Contest - by Dreamer - 19 Jul 10, 08:09PM
RE: Script Contest - by V-Man - 19 Jul 10, 10:11PM
RE: Script Contest - by DrauL - 20 Jul 10, 07:25AM
RE: Script Contest - by Orynge - 20 Jul 10, 09:10AM
RE: Script Contest - by V-Man - 20 Jul 10, 08:47PM
RE: Script Contest - by Alien - 21 Jul 10, 11:50AM
RE: Script Contest - by Gibstick - 21 Jul 10, 11:31PM
RE: Script Contest - by DrauL - 22 Jul 10, 10:18AM
RE: Script Contest - by Ronald_Reagan - 26 Jul 10, 01:54AM
RE: Script Contest - by DrauL - 26 Jul 10, 03:21AM
RE: Script Contest - by |FmC|Aqua_3m - 26 Jul 10, 02:10PM
RE: Script Contest - by Ronald_Reagan - 26 Jul 10, 08:58PM
RE: Script Contest - by V-Man - 26 Jul 10, 09:29PM
RE: Script Contest - by Dreamer - 27 Jul 10, 05:09AM
RE: Script Contest - by DrauL - 27 Jul 10, 06:00AM
RE: Script Contest - by V-Man - 27 Jul 10, 02:37PM
RE: Script Contest - by RIPBillyMays - 27 Jul 10, 06:16PM
RE: Script Contest - by V-Man - 28 Jul 10, 11:34PM
RE: Script Contest - by Ronald_Reagan - 29 Jul 10, 05:53AM
RE: Script Contest - by DrauL - 01 Aug 10, 07:48AM