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
2 guests & no users online
vampirefrog
Created 2024-04-11 22:25
1 day 3 hours ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
13 years 45 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
3 years 24 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
8 weeks 5 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
37 weeks 5 days ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
3 years 17 weeks ago
Created 2023-12-12 23:34
17 weeks 3 days ago
Zoocata
Created 2023-11-27 23:00
19 weeks 4 days ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
27 weeks 5 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 46 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
43 weeks 3 days ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
49 weeks 4 hours ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 6 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 10 weeks ago
Created 2023-01-19 19:36
1 year 12 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 13 weeks ago
Getridou
Created 2023-01-01 14:30
1 year 14 weeks ago
Getridou
10
points ]
 (1 vote)
Created 2023-01-01 10:58
1 year 14 weeks ago
Getridou
Created 2023-01-01 10:49
1 year 14 weeks ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
1 year 14 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN