Craig Martin

(Official) LUA Scripting Documentation

set_block_script

Assign a script to a block at a map point.


Spec:

set_block_script(
	long x,
	long y,
	long z,
	string name,
	string type)

Parameters


Valid values for type: “entry”, “exit”, “poweron”, “poweroff”


Incomplete

This documentation is incomplete


back