Jump to content

Recommended Posts

Posted

I want a script with an on update event that enables an item but I want it only to take effect if the player is not in the cell or at least not in sight of the item. Is there any condition that could check for that?

Posted

You could use if Game.GetPlayer().GetParentCell() != Self.GetParentCell() or something like Self.GetDistance(Game.GetPlayer()) > 2000

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...