I have a quest to collect 10 wolf/bear pelts. I have the game count them in the player's inventory. This is using globals and a script run on a player quest alias. Now for testing I had a messagebox pop up each time the inventory count changed.
What I'm worried about is the count kept displaying the messagebox even after the quest was completed. This has me worried that my script on the player alias may cause problems for other scripts that use the player as an alias. Is this something I should be worried about? Should I (if it's possible) remove the player alias when the quest is completed?