tracker_device will not reset once the task has been completed

Summary

tracker_device will not reset (using Verse) once the task has been completed

it does reset if the task has only partially completed (i.e. 2/4) but once the task has been completed and the “Tracker Completion Ceremony” has been performed then it cannot be reset

turning the “Tracker Completion Ceremony” property to false does allow the tracker to be reset but then you don’t get the “Tracker Completion Ceremony” and the completed tick etc

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

I have 2 trackers, 1 is to collect a coin (collectible object), the other is to Eliminate 2 zombies (from a creature spawner)

if either task is completed i need it to stay on the screen as ticked until the player completes both tasks

if the player is eliminated before completing both tasks then i need to reset both trackers in verse and the player starts again to try and complete them

both trackers are editables in my game_manager verse class

I listen for the player eliminated event on the elimination device and reset both trackers from there

they only reset if they aren’t complete or if the elimination ceremony is turned off

Expected Result

Trackers should be able to be reset even when they are completed

Observed Result

Trackers cannot be reset once they have been completed

Platform(s)

Windows11

Additional Notes

“The duplicate ticket is FORT-719882”

Previous ticket: FORT-719882

We’ll let you know if we need more info. Thank you!

1 Like

I’ve created a very basic test case and uploaded it to a private version if that helps

kill the 2 zombies and then press the button to initiate the verse script…

    myButtonPressed(myAgent : agent):void=
        Print("myButtonPressed")
        myTracker1.Reset(myAgent)        

(the coin tracker does nothing, ignore it)

Island code = 8025-0986-1903

Appreciate the extra detail, we have a repro on it and we’ll check into it. Thank you!

1 Like

image
I saw a post somewhere in these forums that the Tracker Completion Ceremony no longer works. Is this true? I have tried setting it and there does not seem to be any difference in checking or not checking this option.

This topic was automatically closed after 180 days. New replies are no longer allowed.