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
Users on Quadropolis
1 guest & no users online
ransom subject
16
points ]
 (3 votes)
Created 2010-09-04 01:12
15 years 44 weeks ago
Created 2025-02-09 15:35
1 year 21 weeks ago
30
points ]
 (3 votes)
Created 2019-05-17 21:51
7 years 7 weeks ago
30
points ]
 (3 votes)
Created 2020-06-13 21:05
6 years 3 weeks ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
5 years 6 weeks ago
8
points ]
 (1 vote)
Created 2024-06-02 14:26
2 years 4 weeks ago
8
points ]
 (1 vote)
Created 2024-06-02 22:13
2 years 4 weeks ago
vampirefrog
Created 2024-04-11 22:25
2 years 12 weeks ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
16 years 6 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
5 years 37 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
2 years 20 weeks ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
2 years 49 weeks ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
5 years 30 weeks ago
Created 2023-12-12 23:34
2 years 29 weeks ago
Zoocata
Created 2023-11-27 23:00
2 years 31 weeks ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
2 years 39 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
3 years 3 weeks ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
3 years 9 weeks ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
3 years 18 weeks ago
Getridou
Created 2023-01-29 23:27
3 years 22 weeks ago