MantisBT - Zandronum
View Issue Details
0000802Zandronum[All Projects] Bugpublic2012-04-22 17:352024-04-08 19:29
unknownna 
 
normalminoralways
resolvedfixed 
98d 
3.23.2 
0000802: Bot-activated scripts aren't terminated when bots are removed from the game
Bot-activated scripts aren't terminated when bots are removed from the game.
1. skulltag.exe -file script_disconnect_compat_01.wad +map map01
2. "addbot" in the console.
3. Let the bot run over the gray line to activate the script.
4. "removebot" in the console.
Script 1 (Void)
{
    SpawnSpot ("TeleportFog", 1, 0, 0);
    Delay (70);
    Restart;
}

Script 2 (Void)
{
    ACS_Terminate (1, 0);
}
No tags attached.
related to 0001112resolved  DM crashes when removing bots 
? script_disconnect_compat_01.wad (1,655) 2012-04-22 17:35
https://zandronum.com/tracker/file_download.php?file_id=569&type=bug
Issue History
2012-04-22 17:35unknownnaNew Issue
2012-04-22 17:35unknownnaFile Added: script_disconnect_compat_01.wad
2012-04-22 17:35unknownnaAssigned To => Torr Samaho
2012-04-22 17:35unknownnaStatusnew => assigned
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2024-03-16 01:15Ru5tK1ngNote Added: 0023407
2024-03-16 01:15Ru5tK1ngAssigned ToTorr Samaho =>
2024-03-16 01:15Ru5tK1ngStatusassigned => needs testing
2024-03-16 01:15Ru5tK1ngStatusneeds testing => needs review
2024-03-16 01:15Ru5tK1ngRelationship addedrelated to 0001112
2024-04-07 20:32Ru5tK1ngNote Added: 0023529
2024-04-07 20:32Ru5tK1ngStatusneeds review => needs testing
2024-04-07 20:32Ru5tK1ngTarget Version => 3.2
2024-04-08 19:29Ru5tK1ngNote Added: 0023554
2024-04-08 19:29Ru5tK1ngStatusneeds testing => resolved
2024-04-08 19:29Ru5tK1ngResolutionopen => fixed
2024-04-08 19:29Ru5tK1ngFixed in Version => 3.2

Notes
(0023407)
Ru5tK1ng   
2024-03-16 01:15   
This commit should resolve this:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/54/diffs?commit_id=5359ead461b54daa9b008ae7fd980ad40aaed43f [^]'

The topic this commit is part of involves the fix for 1112.
(0023529)
Ru5tK1ng   
2024-04-07 20:32   
The change was merged in:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/ae34aedddd6fb58f56e4135d937a2f34c4d9ac53 [^]'
(0023554)
Ru5tK1ng   
2024-04-08 19:29   
Tested with the latest beta and the scripts were stopped online and offline when bots were removed.