Jump to content
⚠ Known Issue: Media on User Profiles ×

12wan

Members
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About 12wan

12wan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Who faced this problem: in the script GlobalVariable Property RND_HungerPoints Auto GlobalVariable Property RND_HungerLevel01 Auto if RND_HungerPoints.GetValue () <RND_HungerLevel01.GetValue () Debug.Notification ("HungerPoints" + RND_HungerPoints.GetValue ()) Debug.Notification ("HungerLevel01" + RND_HungerLevel01.GetValue ()) endIf RND_HungerPoints.GetValue () shows 0 and RND_HungerLevel01.GetValue () shows 0 although from the console it turns out that: RND_HungerPoints = 38.5 RND_HungerLevel01 = 5 What could be the problem? I'm doing a mod and I want it to work with RND, but I can not get the values of any global variables. I ask for help. Thanks in advance.
  2. Thank you, but I did not quite understand what you mean. Tell me, please, more specifically.
  3. I made a merchant from Dikus, but I ran into a strange situation. He sells products only from his inventory, although the merchant's chest is directly below it, and the radius (Near Reference) is set at 1000. How can I fix this?
×
×
  • Create New...