Can you force an Update Level when a player enters a level?

The title pretty much says it, is there a way to force the level to update itself upon entry?

Some NPCs are set to be destroyed when a player has a certain flag, and I don’t feel like fixing these outdated NPCs, so a shortcut fix would be to update the level upon entry.

Can you force the player to say “update level”, or is there simply a command that does the trick?

Thanks guys!

triggeraction 0,0,gr.updatelevel;

In addition that, you’ll need to ensure the level triggerhacks are turned on in the server options.

They were, and it works!

Thanks guys!