Guest User

Untitled

a guest
Dec 11th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. module.exports = function testDungeonEventMessage(mod) {
  2. mod.command.add('test', {
  3. '$default': (num) => {
  4. mod.send('S_DUNGEON_EVENT_MESSAGE', 2, {
  5. type: num,
  6. chat: 0,
  7. channel: 2,
  8. message: 'test'
  9. });
  10. }
  11. })
  12. }
Add Comment
Please, Sign In to add comment