Page 1 of 1

Map expand script

Posted: 24 Jan 2014, 19:23
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