Jump to content

Player alias scripts


Recommended Posts

The game already has the player as an alias in over 100+ quests so unless you plan to go beyond that, I don't think there's any real issue, outside of OnUpdate registrations of course.

 

If you mean having multiple scripts attached to the same player alias, no idea.

Edited by Rasikko
Link to comment
Share on other sites

If you are using the OnItemAdded and / or OnItemRemoved events especially on the player, be sure to use an inventory event filter. Otherwise, every time an item is added or removed from the player, those events will trigger. Even properly conditioned events will contribute to stack dumps should sufficient number of items pass into or out of the inventory in a short amount of time. Inventory event filters limit those events to running only when such filtered items pass into or out of the inventory. Not to say stack dumps won't still happen, but will help to alleviate such issues.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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