PLAYERS.alive拿出来作为单独变量
This commit is contained in:
@@ -142,7 +142,8 @@ for i=1,#MODOPT do
|
||||
end
|
||||
|
||||
--Game tables
|
||||
PLAYERS={alive={}}--Players data
|
||||
PLAYERS={}--Players data
|
||||
PLY_ALIVE={}
|
||||
FIELD={}--Field(s) for custom game
|
||||
BAG={}--Sequence for custom game
|
||||
MISSION={}--Clearing mission for custom game
|
||||
|
||||
Reference in New Issue
Block a user