#Quest Gui

4 messages · Page 1 of 1 (latest)

merry nebula
#

So i wan't to make a quest gui but i have a single problem. The gui has 3 slots. When a quest is recived it gose to the first slot but i don't know how to make the next quest go to slot 2 and if the first quest is done the second quest moves to the first slot.

vagrant acorn
#

This might help

nocturne remnant
#

I would just create array, example

quests = {}

if player open the gui, just loop quests and display values, if one quests are finished, just delete the specify quests and then loop again.