Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agents

Plugin for SCP: Secret Laboratory which allows you to create fake player which can walk around facility.

API

// Creates agent with specific name.
BaseAgent agent = BaseAgent.Create(string name);

// Spawns agent with specific name and role at position.
BaseAgent agent = BaseAgent.CreateAndSpawn(string name, RoleTypeId role, Vector3 position);

About

Plugin which allows you to create fake players which can walk around facility.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages