ID:160241
 
Im making a quest system and currently im using objects for the quest and adding them to a list. The reason im doing this is so the player can have multiple quest at once and the object holds all the data about the quest. The main thing i have is when they click on the quest in the list a popup shows the quest details.

Now what I was originally gonna use was datums for the quest and add those to the list. It works fine and all I have to do to make it this way now is change the path from obj/Quest to just Quest and everything works fine except for the Click command. Apparently there is no click command for datums, or im just not doing it right. So I was wondering if theres a way to do the click function for a list of datums
Unfortunately, no. You'll need to use objs to register a click on. :/
In response to Xooxer
Ok thanks