Area name for Mess Hall

This commit is contained in:
stevenhowes
2021-08-31 21:31:32 +01:00
parent 7dd5643ca0
commit 87a036fa2c
5 changed files with 7 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
View File
@@ -19,6 +19,7 @@ AddEvent(11,"CB-AREA",0,-1,-1)
AddEvent(12,"ARB-AREA",0,-1,-1) AddEvent(12,"ARB-AREA",0,-1,-1)
AddEvent(13,"COR-AREA",0,-1,-1) AddEvent(13,"COR-AREA",0,-1,-1)
AddEvent(14,"SBBR-AREA",0,-1,-1) AddEvent(14,"SBBR-AREA",0,-1,-1)
AddEvent(15,"MESS-AREA",0,-1,-1)
Event("PlayerStart") Event("PlayerStart")
AreaName(1) AreaName(1)
@@ -85,3 +86,7 @@ Event("ARB-AREA")
Event("COR-AREA") Event("COR-AREA")
AreaName(0) AreaName(0)
ReArm("COR-AREA") ReArm("COR-AREA")
Event("MESS-AREA")
AreaName(8)
ReArm("MESS-AREA")