~~NOTOC~~ ====== SetRegisteredScriptVar ====== SetRegisteredScriptVar(<-RegisteredScriptName <-varName <-varValue) ===== Description ===== Sets the named variable on the specified registered script. If the registered script not exist, this call has no effect. ===== Examples ===== SetRegisteredScriptVar("MyScript" "varName" V4(1 2 3 4))