9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
Scriptname DefaultMasterPackageWeaponDrawnScript extends Actor
|
||
|
|
||
|
Actor Property mySelf auto hidden
|
||
|
|
||
|
Event OnLoad()
|
||
|
mySelf = self as Actor
|
||
|
mySelf.SetActorValue("Variable10", 1)
|
||
|
mySelf.EvaluatePackage()
|
||
|
EndEvent
|