Skip to content

Papyrus: Best Practices

Alex Dunn edited this page Aug 19, 2014 · 1 revision
  • Adding a script to an existing object
    • Script additions are not compatible with other mods. If my mod adds a script to the Player object, it will be incompatible with any other mod that also adds a script to the Player object. Rather than adding a script to an object, which is incompatible, use quests and the Story Manager, which can achieve the same effect but are compatible with other mods. See Quests.

Clone this wiki locally