EvaluateString
Prototype: GemRB.EvaluateString (String)
Description: Evaluates an ingame script trigger in the current area script context. It prints the result. The command is more useful from the ingame debug console than from scripts.
Parameters:
- String - a gamescript trigger
Return value: N/A (the trigger’s return value is printed)
See also: ExecuteString
Back to function index, GUIScript introduction.