Hi there!
I need to get variable from script i have one script on armor and another one on NPC so how can i show variable on NPC script from armor script?
Armor Script:
Scriptname GResistanceArmor extends ObjectReference ConditionalInt Property r_weapon = 4 Auto Conditional
NPC Script
Scriptname GNPC extends ActorEvent OnInit()GResistanceArmor TestScriptdebug.messagebox(TestScript.r_weapon) ; show 0EndEvent