Adding respawn tickets function appears to be broken. Because of this, EndMission respawn template fails to end the session.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Operating System Version
- Home Premium 64-bit (6.1 Build 7601)
- Category
- General
Steps To Reproduce
- Add respawn tickets (2 for testing purposes) via [west, 2] call BIS_fnc_respawnTickets;
- Start session
- Debug console: hint str ([] call BIS_fnc_respawnTickets)
- Hint will return value of -1
- Can also run [missionNamespace] call BIS_fnc_respawnTickets;
- Return value will be -1
Additional Information
Tickets appear to be adding. If you abort, you will see that you still have the 2 that were added via [west, 2] call BIS_fnc_respawnTickets;
If you start session and respawn 2 times (using all tickets) respawns will be disabled and the respawn counter will show --:--:---
Respawn templates fail to end the mission.
Try these:
respawnTemplates[] = {"Counter","Tickets","EndMission"};
or
respawnTemplatesWest[] = {"Counter","Tickets","EndMission"};