Using a levelgen script

From Bitfighter
Revision as of 04:22, 21 September 2009 by 97.120.107.17 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To include a levelgen script in a level, edit the level file, and insert a line like the following:

Script levelgen .lua [arg1] [arg2] [arg3] ...

When the level is loaded, the script levelgen .lua will be run. This script can the create level elements, as specified in the Programming Levelgens section. The optional arguments arg1, arg2, arg3, etc. will be passed to the script, so the same levelgen script can be used in different ways by different levels.

Currently, Bitfighter assumes that the levelgen script is in the same folder as the level file that calls it.