Skip to content

include

Hyomoto edited this page Jun 13, 2021 · 5 revisions
Jump To Go Back Arguments

include( object_index )

Returns: [N/A undefined](N/A undefined)

Will run the currently running event from object_index. For example, if called during the step event, this would inject the step event from the given object into the current code.

include( oMonsterAI );

Arguments

Name Type Purpose
object_index int The object to inject from
Clone this wiki locally