~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetScript1Var|Get]]
* [[4rpl:commands:SetScript1Var|Set]]
====== SetScript1Var ======
SetScript1Var(<-unit <-varName <-val)
===== Description =====
Sets the named variable on the specified unit's first script
===== Examples =====
SetScript1Var(<-someUnitUID "test" "something")
<=[[4rpl:start| Index]]