This commit is contained in:
A Clark
2013-01-15 17:06:31 -06:00
parent 2735183a45
commit ed3b78384b
3 changed files with 16 additions and 18 deletions

View File

@@ -1087,7 +1087,7 @@ class FSM
"_world = toUpper(worldName); //toUpper(getText (configFile >> ""CfgWorlds"" >> (worldName) >> ""description""));" \n
"_nearestCity = (nearestLocations [getPos player, [""NameCityCapital"",""NameCity"",""NameVillage"",""NameLocal""],1000] select 0);" \n
"_town = ""Wilderness"";" \n
"if (!isNil _nearestCity) then {_town = text _nearestCity};" \n
"if (!isNil ""_nearestCity"") then {_town = text _nearestCity};" \n
"" \n
"_strTime = call curTimeStr;" \n
"_strDate = date;" \n