~~NOTOC~~ <=[[4rpl:start| Index]] \\ <= [[4rpl:start#Messaging]] * [[4rpl:commands:getregisteredscriptvar|Get]] * [[4rpl:commands:setregisteredscriptvar|Set]] :!: Available in version 1.3 and later. ====== 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" "test" V4(1 2 3 4)) <=[[4rpl:start| Index]]