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=e663d508386088c7e6d7a569c27dd4227d8c77f1;hb=08f41ef45f3c41ca6302150bc6d5270c8e7143db;hpb=8438a35a901cf43ef85f226f58b5627b376a23c4 diff --git a/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap b/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap index e663d50..0481034 100644 --- a/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap +++ b/CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap @@ -13,17 +13,14 @@ [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 | | +-------------+----+ | | | | | | |