You may already know this, but you'd grant these privileges with the GrantPrivilege( character, privilege ) function:
http://docs.polserver.com/pol096/single ... e=uoem.xml
So in your case, it would be:
Code:
GrantPrivilege( character, "seehidden");
Since you say it's a new script base, I'd add a textcommand for admin's (not GMs) to grant privs. The 095 has a simple command that does this and the 097 distro has a cool gump command that takes care of a lot of things, including this.