Skip to content

Instantly share code, notes, and snippets.

@kenany
Created October 1, 2012 23:03
Show Gist options
  • Save kenany/3815066 to your computer and use it in GitHub Desktop.
Save kenany/3815066 to your computer and use it in GitHub Desktop.
EpicMafia JavaScript snippets
/**
* Fakes a quote by a person. Only works during the day.
*
* `msg` is the message that'll be shown as quoted
* `target` is the player you want to fake-quote
*/
window.orbit.sendcmd('<', {
'msg': 'Message',
'quote': true,
'target': 'kenan',
'meet': 'village'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment