Message 1 of 2
Issue with Displaying Palette Text on Application Start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need help with an issue I'm facing. I want to display a palette with text that I send from a command when the application starts. I wrote a function to send a sample test:
This function works fine when I call it, for example, in:
However, when I try to call it right after creating the palette in the start() function, it doesn't execute palette_incoming. As a result, the data I wanted to send doesn't appear in the palette. Here is my palette_incoming function:
Start():
palette_incoming():
Here are the console logs:
Can someone suggest a way to trigger palette_incoming?