script-property wieder auf string gesetzt, malen.js vereinfacht

This commit is contained in:
example 2021-05-09 00:41:41 +02:00
parent 47607746bb
commit 39709fa4f1
2 changed files with 3 additions and 20 deletions

View file

@ -1,18 +1 @@
let helloWorldPopup;
// Open the popup when we enter a given zone
helloWorldPopup = WA.onEnterZone('malen-1', () => {
WA.openPopup("popupRectangle", 'Hello world!', [{
label: "Close",
className: "primary",
callback: (popup) => {
// Close the popup when the "Close" button is pressed.
popup.close();
}
});
}]);
// Close the popup when we leave the zone.
WA.onLeaveZone('malen-1', () => {
helloWorldPopup.close();
});
WA.sendChatMessage('Hello world', 'Mr Robot');

View file

@ -52,7 +52,7 @@
"offsety":-384,
"opacity":1,
"type":"imagelayer",
"visible":true,
"visible":false,
"x":0,
"y":0
},
@ -300,7 +300,7 @@
"properties":[
{
"name":"script",
"type":"file",
"type":"string",
"value":"malen.js"
}],
"renderorder":"right-down",