Jump to content

Landing Animation - Always First Landing [mod request]


PointZero93

Recommended Posts

+1. The "always marked as unexplored" is perfect because it allows you to always enter the planet without menus, just opening the radar!

ScriptName Location Extends Form Native Hidden

Function SetExplored(Bool abExplored) Native

Event OnLocationExplored()
  Self.SetExplored(False)
  Self.Reset()
EndEvent

Event OnLocationLoaded()
  Self.SetExplored(False)
  Self.Reset()
EndEvent

Now every location is no longer "Explored" but still no animations.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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