This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:setscriptvar [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:setscriptvar [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| < | < | ||
| + | |||
| + | <WRAP tabs> | ||
| + | * [[4rpl: | ||
| + | * [[4rpl: | ||
| + | </ | ||
| ====== SetScriptVar ====== | ====== SetScriptVar ====== | ||
| Line 6: | Line 11: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Sets the named variable on the specified unit and script. | + | Sets the named variable on the specified unit and script.\\ |
| - | The script is referenced by name. If the name is an empty string, the first (possibly only) script on the unit will be referenced. | + | The script is referenced by name. If the name is an empty string, the first (possibly only) script on the unit will be referenced. The extention " |
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| - | SetScriptVar(< | + | SetScriptVar(< |
| </ | </ | ||
| < | < | ||