# Status Increment

Grammar — StatusIncrement statusVariable
FlagsFunction

Constructs and returns a StatusIncrement actor message. This message is used to increment an existing status variable, specified by the Status Variable parameter, on an actor. If the status variable count is raised above 0 a StatusOn message tied to that status variable is sent to the actor, which would respond in a pre-determined fashion to having that status. Note: This is a relatively advanced actor concept, as it requires an actor be setup to respond to a StatusOn or StatusOff message to have any effect.

# Arguments

  • string — Status Variable

Returns — string<actormsg>

string libNtve_gf_StatusIncrement(
	string lp_statusVariable,
);

Category: Actor / Message Constructors

# Examples

— None found —