We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932fd43 commit 8908711Copy full SHA for 8908711
OSL Programs/apps/System/.Install_system.json
@@ -74,7 +74,7 @@
74
"path": "Origin/(A) System/System Apps",
75
"name": "Alert.osl",
76
"icon": "c #111 w 10 square 0 0 5 5 c #fff icn info 0.4",
77
- "version":"1.4"
+ "version":"1.5"
78
},
79
{
80
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Desktop.osl",
OSL Programs/apps/System/Alert.osl
@@ -104,7 +104,7 @@ def say() (
104
parentSays("says")
105
106
goto -190 50
107
- text popup_data.message.wrapText(38).trim(1, 114) 10
+ text popup_data.message.toStr().wrapText(38).trim(1, 114) 10
108
109
c global_accent
110
goto 0 -35
0 commit comments