Skip to content

llSetAgentEnvironment

Function Syntax
integer llSetAgentEnvironment(
  1. key agent_id, // Agent to receive new environment settings.
  2. float transition, // Number of seconds over which to apply new settings.
  3. list Settings // List of environment settings to replace for agent.
);

Sets an agent’s environmental values to the specified values. Must be used as part of an experience.