Showing alert messages
-
- Posts: 195
- Joined: Mon Jul 01, 2019 1:21 pm
Re: Showing alert messages
It's one of yours I think. It's on the Visual Novel Menu Canvas. The UnlockAchievement(); function is used in the visual novel example - UnlockAchievement("Creep")
Re: Showing alert messages
I forgot you were using the VN starter framework. In that case, add "{0}" wherever you'd like the achievement name to appear, and optionally add "{1}" for the achievement description. Example:
(The "\n" adds a newline.)
- Unlocked Text: Unlocked: {0}\n{1}
Code: Select all
Unlocked: Ascension
You have risen to an important position.
-
- Posts: 195
- Joined: Mon Jul 01, 2019 1:21 pm
Re: Showing alert messages
Yesss it works now, thanks Tony!