Kill (Autocode)

From Moondust Wiki
Revision as of 09:04, 17 January 2022 by Wohlstand (talk | contribs) (Wohlstand moved page Kill to Kill (Autocode): Clarify that it's a page related to LunaDLL Autocode)
Jump to navigation Jump to search

Prototype

Kill,TARGET,-,-,-,Active time,OPTION

Description

Kills the target. Currently the only target is 0, which is the player. This command supports the OPTION command "once", meaning it will only be run once and then it will delete itself.

Examples

// Kill the player (once, or else it gets buggy and the level never ends)
Kill,0,0,0,0,0,once