I know that when an ability is added to an NPC, every NPC that uses that base form will respawn with that ability. But, if I remove that ability from said NPC, will the opposite be true, i.e. will that ability be missing from subsequent spawns of that base form?
If I add a token to an NPC's inventory, is this the correct syntax to do something with the NPC via the token's script:
ref npcRefbegin OnAddset npcRef to getContainerendbegin GameModenpcRef.someMethodend
I know that CreateFullActorCopy creates savegame bloat. Does CloneForm also do this? If I use CloneForm to create a copy of the player and delete it before the game is saved, will that bloat the savegame?