This commit is contained in:
cypress 2023-12-12 21:07:44 -05:00
commit 052bf74faf
5 changed files with 7 additions and 3 deletions

View file

@ -1667,7 +1667,7 @@ Waypoint
{
origin = '-559 -650 476'
id = 111
special =
special = Catwalk
target = 110
target2 = 112
target3 = 14

View file

@ -737,10 +737,12 @@
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(151 104 34) studio("models/machines/mystery.mdl") =
mystery_box_tp_spot : "Mystery Box Possible Spawn Point" []
@PointClass size(-28 -28 -64, 28 28 40 ) base(Item, Appearflags) color(114 224 172) studio() = item_barricade : "Window Boards"
@PointClass size(-28 -28 -64, 28 28 40 ) base(Item, Appearflags) color(114 224 172) studio() = item_barricade : "Window Barricade"
[
model(studio) : "Model" : "models/misc/window.mdl"
skin(integer) : "Skin" : 0
health(integer) : "Starting Boards (-1 for none)" : 6
health_delay(integer) : "Max/Repairable Boards" : 6
oldmodel(string) : "Rebuild Sound" : "sounds/misc/barricade.wav"
aistatus(string) : "Destroy Sound" : "sounds/misc/barricade_destroy.wav"
spawnflags(Flags) =

View file

@ -737,10 +737,12 @@
@PointClass size(-32 -8 -8, 32 8 8) base(Item, Appearflags) color(151 104 34) model("models/machines/mystery.mdl") =
mystery_box_tp_spot : "Mystery Box Possible Spawn Point" []
@PointClass size(-28 -28 -64, 28 28 40 ) base(Item, Appearflags) color(114 224 172) model({{ model != Null -> model, {"path":"models/misc/window.mdl"} }}) = item_barricade : "Window Boards"
@PointClass size(-28 -28 -64, 28 28 40 ) base(Item, Appearflags) color(114 224 172) model({{ model != Null -> model, {"path":"models/misc/window.mdl"} }}) = item_barricade : "Window Barricade"
[
model(model) : "Model" : "models/misc/window.mdl"
skin(integer) : "Skin" : 0
health(integer) : "Starting Boards (-1 for none)" : 6
health_delay(integer) : "Max/Repairable Boards" : 6
oldmodel(string) : "Rebuild Sound" : "sounds/misc/barricade.wav"
aistatus(string) : "Destroy Sound" : "sounds/misc/barricade_destroy.wav"
spawnflags(Flags) =