i just use the level.script variable since its already stored, check in _globallogic.gsc
level.script = toLower(getDvar("mapname"));
then the use should be self explanatory, example
if(level.script == "the map you want")
//do stuff
The following 2 users say thank you to Loz for this useful post: