Skip to content

execCmd

Greenman edited this page Jan 20, 2020 · 1 revision

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