13 lines
337 B
HTML
13 lines
337 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
WA.ui.registerMenuCommand("test", () => {
|
|
WA.chat.sendChatMessage("test clicked", "menu cmd")
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |