
Prototype: GemRB.EvaluateString(String)

Description: Evaluates an In-Game Script Trigger in the current Area Script Context. It prints the result. (The command is more useful from the Console than using from scripts)

Parameters: String - a gamescript trigger

Return value: N/A (the trigger's return value is printed)

See also: ExecuteString

