Speech.SkipStyle == eSkipTime (AGS v3.4.0)

Started by Snarky, Sun 10/12/2017 13:55:16

Previous topic - Next topic

Snarky

I'm having a weird issue with Speech.SkipStyle. When it is set to eSkipTime (which is 2), it reports its value as -1 instead:

Code: ags
  Speech.SkipStyle = eSkipTime;
  Display("Speech.Skipstyle is %d. eSkipTime is %d", Speech.SkipStyle, eSkipTime);


This displays "Speech.Skipstyle is -1. eSkipTime is 2"

Other than that, it appears to work OK. Speech behaves correctly: it times out but cannot be dismissed with mouse or keyboard.

If I try to actively set Speech.SkipStyle to -1, the game crashes, with an error message saying I used an illegal value.

Crimson Wizard

This was previously reported and fixed in 3.4.1.

Snarky



SMF spam blocked by CleanTalk