Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 174 Bytes

File metadata and controls

4 lines (4 loc) · 174 Bytes

Want a GM macro to send a named player to a named scene

game.socket.emit("pullToScene", game.scenes.getName('scene_name').id, game.users.getName("player_name").id)