The LoadScript() function does not work with some Javascript scripts.
For example, this code returns the message “BABYLON is not defined”.
Code: Select all
Declare Start()
Procedure Start()
!if (BABYLON.Engine.isSupported()) {
!}
EndProcedure
LoadScript("https://cdn.babylonjs.com/babylon.js", @Start())
I think these are also the wishes of other SpiderBasic coders.
Thank you in advance for this new feature