Menu

BlockScript

BlockScript is Proprietary scripting language made for BlockGame!
you can make map by write blockscript.

[BlockGame Editor] is Automatic-BlockScript Writing Program.

Syntax:

create (object name), (for blocks) : x y width height - Creates object.
example : create blocks.simpleblock 0 0 50 50
; this is comments
start - starts game

object types:
blocks.simpleblock
blocks.damageblock
player.character

deleted object types:
ai.simpleai ([BlockGame v0.091])


Related

Wiki: BlockGame Editor
Wiki: BlockGame v0.091