Welcome
— — — — —
Voxel Editor
Map Editor
Script Editor
Dialogue Editor
UI Editor
Item Editor
Game Explorer
Game Configuration
Exporting Your Game
Game Controls
Script Syntax
Scripting Reference
Localization
Tutorials
(WIP)
Attaches an effect to an entity at the specified attach point.
attach_effect(effect_name, entity, attach_point_id)
attach_effect("flame", entity["torch_01"], "torch_top");
Results:
Use the Attach Effect function to…