Your comments


Hello!

To locate your character library:

Select the Models tab in the editor - and then "my library".

Hope this helps,

Regards

Gil

Image 214

Sami - 

A fix has been deployed for this problem.

Please take a look (you may need to clear your browser cache)

Thanks for alerting us. 

Gil

Sami - 

We see the problem - looking into it now. Will advise.

Gil

Hello!


This issue has been fixed & verified. Apologies for the inconvenience.

Please try again to upload your custom loader & let us know if any problem is encountered.


Best regards,

Gil

The SitePal Team

This will be resolved this week.

If time sensitive, please send us your animated gif loader - and we will set it up for your account.

Please email to support@sitepal.com

Regards,

Gil

Hello!

We see the problem and are looking into it. 

I will post here when resolved.

Regards,

Gil

The SitePal Team

You want to make sure the call to saySilent (or any other api function) is made after your SitePal character is loaded. To that end, use vh_sceneLoaded callback to verifyScene has loaded before making any API call.


So you can make the call in the callback itself.

Or, make the call in response to user action.

Here's a technical example that demonstrates the latter - 

https://sitepal.com/api/examples/saySilent.html

Hope this helps.

Gil