Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.07 KB

File metadata and controls

41 lines (30 loc) · 1.07 KB

AgentDuplicate

AgentDuplicate(string, Agent, boolean, boolean, boolean, boolean, boolean)

  • string:
  • Agent:
  • boolean: (optional)
  • boolean: (optional)
  • boolean: (optional)
  • boolean: (optional)
  • boolean: (optional)
  • Returns: Agent

Usage

local resultAgent = AgentDuplicate(variableString, variableAgent)
local resultAgent = AgentDuplicate(variableString, variableAgent, variableBoolean)
local resultAgent = AgentDuplicate(variableString, variableAgent, variableBoolean, variableBoolean)
local resultAgent = AgentDuplicate(variableString, variableAgent, variableBoolean, variableBoolean, variableBoolean)
local resultAgent = AgentDuplicate(variableString, variableAgent, variableBoolean, variableBoolean, variableBoolean, variableBoolean)
local resultAgent = AgentDuplicate(variableString, variableAgent, variableBoolean, variableBoolean, variableBoolean, variableBoolean, variableBoolean)

Back To Scripting Documentation