execCmd - EdgeIY/infiniteyield GitHub Wiki

Documentation

void execCmd(<string> cmdStr, <Player> speaker)

Description

Executes the command cmdstr from speaker's perspective.

Example

--Note: This is just a snippet
["Function"] = function(args,speaker)
  execCmd("rj",speaker)  
end
⚠️ **GitHub.com Fallback** ⚠️