Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

control

Amirerfan Rafati edited this page Feb 25, 2021 · 2 revisions

control(Property property, Building block, [Args])

Sets property of block to Args

Example:

control(shoot, turret1, 5, 10, true);

Compiled example in mlog:

control shoot turret1 5 10 true
Clone this wiki locally