Star | 2012-04-06 15:05
Let's play!
46
points ]
 (5 votes)
This script helps you "not deciding" what map you wanna play next.

Ever had the thought: "Damn i don't know what map to play next!!!" when someone asked you to choose the next map? Than this script fixes all your problems!

It picks a random map from a predefined mappool of maps you like.

usage: /letsplay "mode"

Have fun!

Big Thanks fly out to RaZgRiZ!

// A random map script for if you just don't know what to play anymore.
//
// Authors: Star, RaZgRiZ
//
// Execute it with the following command + arguments
//
//      letsplay "mode"
//     
// where "mode" might be any deathmatch, team, capture or ctf mode you like to play!


// Edit the maplist to your needs
dm_mps = [...]

ctf_mps = [...]

capture_mps = [...]

// scriptcore
dm_modes = [effic insta ffa efficteam tac tacteam teamplay instateam]
ctf_modes = [ctf instactf efficctf hold instahold effichold protect instaprotect efficprotect]
capture_modes = [capture regencapture]

rndo =  [at $arg1 (rnd (listlen $arg1))]

letsplay = [
	cond (> (indexof $dm_modes $arg1) -1) [
		say "#persistteam enable"
		$arg1 (rndo $dm_mps)
	] (> (indexof $ctf_modes $arg1) -1) [
		$arg1 (rndo $ctf_mps)
	] (> (indexof $capture_modes $arg1) -1) [
		$arg1 (rndo $capture_mps)
	] () [error "^f3Invalid mode!"]
]
     
listcomplete "letsplay" (concat $dm_modes $ctf_modes $capture_modes)

letsplay.cfg (2.26 KB)
46
points
 (5 votes)
User login
Created 2013-05-21 19:45
4 weeks 1 day ago
7
points ]
 (1 vote)
Created 2013-06-01 02:16
2 weeks 5 days ago
Created 2013-05-28 16:41
3 weeks 1 day ago
Created 2013-06-08 18:46
1 week 4 days ago
Created 2013-06-09 21:52
1 week 3 days ago
10
points ]
 (1 vote)
Created 2013-05-13 22:25
5 weeks 2 days ago
Created 2013-06-03 16:24
2 weeks 2 days ago
Created 2013-06-12 20:25
1 week 12 hours ago
Created 2013-06-08 20:01
1 week 4 days ago
28
points ]
 (4 votes)
Created 2013-05-28 16:45
3 weeks 1 day ago
Created 2013-06-09 21:41
1 week 3 days ago
Created 2013-06-09 21:05
1 week 3 days ago
Created 2013-06-09 13:21
1 week 3 days ago
Created 2013-06-09 13:11
1 week 3 days ago
Created 2013-06-08 05:34
1 week 5 days ago
Created 2013-06-08 01:38
1 week 5 days ago
12
points ]
 (2 votes)
Created 2013-06-03 19:05
2 weeks 2 days ago
16
points ]
 (2 votes)
Created 2013-05-28 16:31
3 weeks 1 day ago
Users on Quadropolis
14 guests & 1 user online