You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there are EntryClickedEvent and commandToRunOnFirstRead.
It would be even better if there was another event fired when a entry is first read.
The text was updated successfully, but these errors were encountered:
@Karashok-Leo I will add this presently. Please make sure to read the (brief) documentation on the event regarding providing rewards or doing persistent game logic, as the event is not (fully) guaranteed to run only once per entry.
To summarize, if you use the event for rewards, you should store distributed rewards in a savegame to ensure players cannot "double dip".
I noticed that there are
EntryClickedEvent
andcommandToRunOnFirstRead
.It would be even better if there was another event fired when a entry is first read.
The text was updated successfully, but these errors were encountered: