#Permanently remove coins after completing quest

4 messages · Page 1 of 1 (latest)

solid bramble
#

Hi! I'm working on a quest that involves collecting coins. I've set the quest to "track user progress," which works great. However, when re-entering the environment, the coins are visible again. Can anyone help me fix this?

bitter rampart
#

You could check if the Quest is complete or not with VS and use that to set active or not, just real quick something like this maybe

#

Could probably also drop your coins into previously completed to set active bool, but I haven't tried that