Map expand script

Information for Enemy Territory players.
Post Reply
User avatar
gR!ns
Posts: 500
her blog
Joined: 10 Mar 2012, 09:28
Location: 2nd reality

Map expand script

Post by gR!ns »

Hi

I was doing some scripting after a long time and I found one useful bind script, so I thought to share it with you.

What it does is that when you press map key (default G) it keeps the map open as long as you press the key again. I have found this useful especially in less known maps, so I can wonder around and find places with map open, without need to pressing the key down constantly.

Code: Select all

bind g		"vstr map"
set map		"vstr mapout"
set mapout	"+mapexpand; set map vstr mapin"
set mapin	"-mapexpand; set map vstr mapout"
Cheers
Post Reply