[Scummvm-tracker] [ScummVM :: Bugs] #15071: TWP: Recap/hints when changing characters are not shown

ScummVM :: Bugs trac at scummvm.org
Fri Nov 8 10:22:14 UTC 2024


#15071: TWP: Recap/hints when changing characters are not shown
--------------------+-------------------------------
Reporter:  tag2015  |       Owner:  scemino
    Type:  defect   |      Status:  new
Priority:  low      |   Component:  Engine: TWP
 Version:           |  Resolution:
Keywords:  twp      |        Game:  Thimbleweed Park
--------------------+-------------------------------
Comment (by scemino):

 Hi, do you have an example of this ?
 I tested the daily build and I confirm the recaps are still there (rare
 but present).
 You can have some hints depending on the game time like this:

 {{{
 if (user_selected && g.act1 && gameTime() > _last_crime_nagtime+(15*60)) {
  startglobalthread(@() {
  breakhere(2.0)
  if (incutscene() || indialog() || actorTalking(actor)) return

  if (currentActor == actor) {
  if (actor == ray)   sayLine(ray,"@40119")
  if (actor == reyes) sayLine(reyes,"@40120")
  _last_crime_nagtime = gameTime()
  }
  })
  }
 }}}

 In this example you can see that the agent will say a line every 15
 minutes.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15071#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list