Function; Event_Start - HWRM/KarosGraveyard GitHub Wiki

Event_Start(sEventName)

Description

Starts an 'event' (list of functions executed sequentially within a set amount of time) defined in the Events table.
Extensively used in SP scripts to display text/speech briefings and information related to scripted events.

Example

Event_Start("intelevent_intro")

Arguments

<sEventName> string with the name of the event defined as Events.sEventName in the Events table

Scope

Related Pages

Function Reference

SCAR (SCripting at Relic) Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial