]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/CarFire/Content/Maps/sandbox.cfmap
48338b32e783155fd5a8f4b170bfd03a1670304f
[chaz/carfire] / CarFire / CarFire / CarFire / Content / Maps / sandbox.cfmap
1 ; Comments can be made with a semicolon as the first character of a line.
2 ; Blank lines are also ignored.
3 ; This is my sandbox level I will use to test against while building the
4 ; level-loading code.
5
6 [metadata]
7 author = Chaz McGarvey
8 levelname = Sandbox
9 type = campaign
10 dimensions = [80,21]
11 tileset = FuturisticBuilding
12 numplayers = <1,4>
13
14 [A]
15 entity = SaberMonster
16 path = [1,1] [5,6] wait(5) [45,2]
17 loop = true
18 [B]
19 condition = has(key)
20 event = wait(2) remove([2,6]) remove([2,7])
21
22 ; Function ideas:
23 ; has(entity) Player has given entity in his inventory.
24 ; wait(seconds) Pause for some number of seconds.
25 ; remove(entity) Remove entities of a certain type from the game.
26 ; remove(coord) Remove whatever is at the given coordinates.
27 ; create(entity, coord) Create an entity at some location.
28 ; play(soundname) Play a sound.
29
30 [maptable]
31 +------------------------------------------------------------------------------+
32 | |
33 | 1 |
34 | |
35 | 2 +---- |
36 | | |
37 | 3 | |
38 | | |
39 | 4 | |
40 | | |
41 +-------------+----+ |
42 | | |
43 | | |
44 | | |
45 | | |
46 | +-------+ |
47 | |
48 | |
49 | |
50 | |
51 +------------------------------------------------------------------------------+
52
53 ; Character representations:
54 ; [-+|] Place wall segments.
55 ; [1-4] Identify the player starting positions.
56 ; [A-Za-z] Place a defined game entity.
57
58 ; vi:ft=dosini
This page took 0.035783 seconds and 3 git commands to generate.