OsConsoleCommand
From OpenSimulator
Revision as of 00:02, 5 February 2010 by ZauberExonar (Talk | contribs)
osConsoleCommand(string command)
This function allows an LSL script to directly execute a command to opensim's console. There are no security checks, so it can do anything a user with access to the command console could do, such as changing the avatar passwords, deleting sims, changing the terrain, and just about everything else. This command represents the highest security threat of any OSSL function, giving it a threat level of Severe.
Do not use or allow this function unless you are absolutely sure of what you're doing!
--ZauberExonar 08:02, 5 February 2010 (UTC)