You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply distribution again for selected NPC. This is cumulative, so if SPID must distribute 500 gold, it will be adding 500 gold each time this function is called:
spid distribute
With no selected references (neither NPC or any other ref):
Revert all distributions for all loaded NPCs:
spid revertAll
Distribute everything there is to all loaded NPCs:
spid distributeAll
This feature (especially revert) will require some prior refactoring.
The text was updated successfully, but these errors were encountered:
allow to interact with SPID through console
With selected NPC ref:
Revert all distribution done for selected NPC:
Apply distribution again for selected NPC. This is cumulative, so if SPID must distribute 500 gold, it will be adding 500 gold each time this function is called:
With no selected references (neither NPC or any other ref):
Revert all distributions for all loaded NPCs:
Distribute everything there is to all loaded NPCs:
This feature (especially
revert
) will require some prior refactoring.The text was updated successfully, but these errors were encountered: