Script:setmainevent: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
|intro=Initially, all entities have their heartbeat event set to the {{Event|main}} event and dead NPC's will have it set to {{Event|dead}}.
|intro=Initially, all entities have their heartbeat event set to the {{Event|main}} event and dead NPC's will have it set to {{Event|dead}}.


To run commands at specific intervals use the {{Command|timer}} command.
The rate at which the main even is executed depends on the number of entities in the area. To run commands at specific intervals use the {{Command|timer}} command.
}}
}}

Revision as of 07:21, 24 July 2022

ℹ️  This command does exactly the same as setstatus.

The setmainevent script command is used to set an event to be sent periodically for an entity. Initially, all entities have their heartbeat event set to the main event and dead NPC's will have it set to dead.

The rate at which the main even is executed depends on the number of entities in the area. To run commands at specific intervals use the timer command.

Usage

setmainevent <event>

Context: Any Entity

Parameters:

ParameterTypeDescription
event event The name of the event to set as the entity's heartbeat event