- Jul 19, 2021
- 19
- 4
Hi it´s me , again....
The following problem: in StoryInit I declare the following: set $ajax to "images/chars/test.jpg" and the variable $noema is false, in the passage I set the variable $noema to true and <if $noema is true> set $ajax to "images/chars/char.jpg" <else>set $ajax to "images/chars/test.jpg"
</if> but this does not change the display image in the speechbox. What am I doing wrong? speechbox declares <characters "Ajax" $ajax>, which works
The following problem: in StoryInit I declare the following: set $ajax to "images/chars/test.jpg" and the variable $noema is false, in the passage I set the variable $noema to true and <if $noema is true> set $ajax to "images/chars/char.jpg" <else>set $ajax to "images/chars/test.jpg"
</if> but this does not change the display image in the speechbox. What am I doing wrong? speechbox declares <characters "Ajax" $ajax>, which works