Variables Between Scripts

Post » Mon Jun 18, 2012 4:04 pm

In my mod I have a collision box that sets a variable of the actor when they walk in. Then I have a button further away (will be activated by a companion) and when activated will be able to get the actor that is inside the box. I can't seem to move the variable across. I looked up global variables but the wiki says it can only take numbers? :confused:

I assume this is possible, but how? Any help is appreciated.
User avatar
Code Affinity
 
Posts: 3325
Joined: Wed Jun 13, 2007 11:11 am

Post » Mon Jun 18, 2012 9:37 am

Its not global variables you're after...its changing the properties of a script from another script. I had a similar problem...my solution was...http://www.gamesas.com/topic/1344998-getowningquest-error
User avatar
Abel Vazquez
 
Posts: 3334
Joined: Tue Aug 14, 2007 12:25 am


Return to V - Skyrim