Add some UI content to the quest's offerContentList
Posted: Fri Oct 30, 2020 6:04 am
hi i m using the template "RewardSystemTemplate" and how can i add this UI ?
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=3732
Code: Select all
var bodyText = BodyTextQuestContent.CreateInstance<BodyTextQuestContent>();
bodyText.bodyText = new StringField(xp + " XP");
quest.offerContentList.Add(bodyText);