MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000802 | Zandronum | [All Projects] Bug | public | 2012-04-22 17:35 | 2024-04-08 19:29 |
|
Reporter | unknownna | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 98d | |
Target Version | 3.2 | Fixed in Version | 3.2 | |
|
Summary | 0000802: Bot-activated scripts aren't terminated when bots are removed from the game |
Description | Bot-activated scripts aren't terminated when bots are removed from the game. |
Steps To Reproduce | 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. |
Additional Information | Script 1 (Void)
{
SpawnSpot ("TeleportFog", 1, 0, 0);
Delay (70);
Restart;
}
Script 2 (Void)
{
ACS_Terminate (1, 0);
} |
Tags | No tags attached. |
Relationships | related to | 0001112 | resolved | | DM crashes when removing bots |
|
Attached Files | 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 |
Date Modified | Username | Field | Change |
2012-04-22 17:35 | unknownna | New Issue | |
2012-04-22 17:35 | unknownna | File Added: script_disconnect_compat_01.wad | |
2012-04-22 17:35 | unknownna | Assigned To | => Torr Samaho |
2012-04-22 17:35 | unknownna | Status | new => assigned |
2012-06-09 13:22 | Torr Samaho | Category | General => Bug |
2024-03-16 01:15 | Ru5tK1ng | Note Added: 0023407 | |
2024-03-16 01:15 | Ru5tK1ng | Assigned To | Torr Samaho => |
2024-03-16 01:15 | Ru5tK1ng | Status | assigned => needs testing |
2024-03-16 01:15 | Ru5tK1ng | Status | needs testing => needs review |
2024-03-16 01:15 | Ru5tK1ng | Relationship added | related to 0001112 |
2024-04-07 20:32 | Ru5tK1ng | Note Added: 0023529 | |
2024-04-07 20:32 | Ru5tK1ng | Status | needs review => needs testing |
2024-04-07 20:32 | Ru5tK1ng | Target Version | => 3.2 |
2024-04-08 19:29 | Ru5tK1ng | Note Added: 0023554 | |
2024-04-08 19:29 | Ru5tK1ng | Status | needs testing => resolved |
2024-04-08 19:29 | Ru5tK1ng | Resolution | open => fixed |
2024-04-08 19:29 | Ru5tK1ng | Fixed in Version | => 3.2 |