Jump to content

Home

JA MOD 1.4 /amvstr command


Darth Titan

Recommended Posts

  • 3 weeks later...

Say you created a map script that looked like this ->

 

//Map Script

set d1 "map ctf_ns_streets; set nextmap vstr d2"

set d2 "map ffa_bespin; set nextmap vstr d3"

set d3 "map ffa_carbonfreeze2; set nextmap vstr d1"

 

vstr d1

 

 

if you wanted to go to a specific map that is in your script, without breaking up the rotation, you would use the amvstr command. Example:

 

\amvstr d2

 

that would send you to map ffa_bespin as well as you are still in the rotation script. ( i.e. if you did \amnextmap or voted on the next map it would be carbonfreeze map )

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...