Thank you! This is work for me.
<action name="startup2" autorun="">
js(add_hotspot_onstart_scene(%1));
</action>
But how can I pass arguments with type="Javascript" way?
<scene name="scene_698_nw" title="698 nw" onstart="startup2('scene_3');"...
<action name="startup2" type="Javascript" autorun="">
<![CDATA[
alert(%1);
]]>
</action>
I tryed wirth args="scene" - not working too.
This post has been edited 2 times, last edit by "Alex_Shura1" (Jun 22nd 2021, 10:02am)