X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FContent%2FMaps%2Fsandbox.cfmap;h=0481034eaa74897b77cc36b5ceef20f5e2d062b1;hp=9ae2acdea3bd359c690165489acb0f364f465e72;hb=08f41ef45f3c41ca6302150bc6d5270c8e7143db;hpb=722dcd763d115992b2a56d4001db80d11e583064 diff --git a/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap b/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap index 9ae2acd..0481034 100644 --- a/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap +++ b/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap @@ -6,24 +6,21 @@ [metadata] author = Chaz McGarvey levelname = Sandbox - type = campaign + type = Campaign dimensions = [80,21] tileset = FuturisticBuilding numplayers = <1,4> [A] type = SaberMonster + speed = 10 path = [1,1] [5,6] wait(5) [45,2] - loop = true create = [5,7] [2,3] -[B] - condition = has(key) - event = wait(2) remove([2,6]) remove([2,7]) +;[B] +; condition = has(key) +; event = wait(2) remove([2,6]) remove([2,7]) ; Function ideas: -; has(entity) Player has given entity in his inventory. -; wait(seconds) Pause for some number of seconds. -; remove(entity) Remove entities of a certain type from the game. ; remove(coord) Remove whatever is at the given coordinates. ; create(entity, coord) Create an entity at some location. ; play(soundname) Play a sound. @@ -32,13 +29,13 @@ +------------------------------------------------------------------------------+ | | | 1 | -| B | +| | | 2 +---- | | | | -| 3 | A | +| 3 | | | | | | 4 | | -| | | +| A | | +-------------+----+ | | | | | | |