mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 1.3.1
stopGaps owned zones factory zones flag documentation
This commit is contained in:
@@ -8,6 +8,7 @@ playerZone.playerZones = {}
|
||||
--[[--
|
||||
Version History
|
||||
1.0.0 - Initial version
|
||||
1.0.1 - pNum --> pNum#
|
||||
|
||||
--]]--
|
||||
|
||||
@@ -22,8 +23,10 @@ function playerZone.createPlayerZone(theZone)
|
||||
theZone.pzMethod = cfxZones.getStringFromZoneProperty(theZone, "pwMethod", "inc")
|
||||
end
|
||||
|
||||
if cfxZones.hasProperty(theZone, "pNum") then
|
||||
theZone.pNum = cfxZones.getStringFromZoneProperty(theZone, "pNum", "none")
|
||||
if cfxZones.hasProperty(theZone, "pNum#") then
|
||||
theZone.pNum = cfxZones.getStringFromZoneProperty(theZone, "pNum#", "none")
|
||||
elseif cfxZones.hasProperty(theZone, "pNum") then
|
||||
theZone.pNum = cfxZones.getStringFromZoneProperty(theZone, "pNum", "none")
|
||||
end
|
||||
|
||||
if cfxZones.hasProperty(theZone, "added!") then
|
||||
|
||||
Reference in New Issue
Block a user