]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap
New IEntity properties: Coordinates (set), Identifier. Loadable entities should...
[chaz/carfire] / CarFire / CarFire / CarFire / Content / Maps / sandbox.cfmap
index e663d508386088c7e6d7a569c27dd4227d8c77f1..0481034eaa74897b77cc36b5ceef20f5e2d062b1 100644 (file)
 \r
 [A]\r
        type = SaberMonster\r
+       speed = 10\r
        path = [1,1] [5,6] wait(5) [45,2]\r
-       loop = true\r
        create = [5,7] [2,3]\r
-[B]\r
-       condition = has(key)\r
-       event = wait(2) remove([2,6]) remove([2,7])\r
+;[B]\r
+;      condition = has(key)\r
+;      event = wait(2) remove([2,6]) remove([2,7])\r
 \r
 ; Function ideas:\r
-; has(entity)           Player has given entity in his inventory.\r
-; wait(seconds)         Pause for some number of seconds.\r
-; remove(entity)        Remove entities of a certain type from the game.\r
 ; remove(coord)         Remove whatever is at the given coordinates.\r
 ; create(entity, coord) Create an entity at some location.\r
 ; play(soundname)       Play a sound.\r
 +------------------------------------------------------------------------------+\r
 |                                                                              |\r
 | 1                                                                            |\r
-|             B                                                                |\r
+|                                                                              |\r
 | 2                +----                                                       |\r
 |                  |                                                           |\r
-| 3                |        A                                                  |\r
+| 3                |                                                           |\r
 |                  |                                                           |\r
 | 4                |                                                           |\r
-|                  |                                                           |\r
+|                A |                                                           |\r
 +-------------+----+                                                           |\r
 |             |                                                                |\r
 |             |                                                                |\r
This page took 0.022041 seconds and 4 git commands to generate.