View Issue Details

IDProjectCategoryView StatusLast Update
0006640The Dark ModScript/Defpublic13.08.2025 20:59
ReporterDragofer Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status newResolutionopen 
Product VersionTDM 2.13 
Summary0006640: sys.wait fails if making a quicksave shortly after map start
DescriptionObserved in The Painter's Wife: a player noticed that the script to KO an AI (Lily) shortly after map start fails if he makes a quick save shortly after the map has loaded. Behind the scenes, the AI is meant to start conscious, then get KOed by a script that uses the events sys.wait(5) and KO_Knockout($null_entity). The KO script is called one frame after map start using thread.

It looks like if the player saves during the sys.wait(5), the script fails to execute. The bug report is here: https://forums.thedarkmod.com/index.php?/topic/20436-fan-mission-the-painter%E2%80%99s-wife-v12-by-fractured-glass-company-20200701/page/13/#findComment-503235
and my script snippets:
https://forums.thedarkmod.com/index.php?/topic/20436-fan-mission-the-painter%E2%80%99s-wife-v12-by-fractured-glass-company-20200701/page/13/#findComment-503266
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
13.08.2025 20:59 Dragofer New Issue
13.08.2025 20:59 Dragofer Description Updated