2021-05-20 08:58:05 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<script src="http://play.workadventure.localhost/iframe_api.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script>
|
2021-06-23 09:18:20 +02:00
|
|
|
WA.ui.registerMenuCommand("test", () => {
|
|
|
|
WA.chat.sendChatMessage("test clicked", "menu cmd")
|
|
|
|
})
|
2021-05-20 08:58:05 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|