Spoiler
MiscObject Property Gold001 Auto
Int Property RewardAmount = 300 Auto
Function RewardPlayer()
Game.GetPlayer().AddItem(Gold001, RewardAmount)
EndFunction
Int Property RewardAmount = 300 Auto
Function RewardPlayer()
Game.GetPlayer().AddItem(Gold001, RewardAmount)
EndFunction
Doesn't work as well.
I can't figure out how this behave. Only setstage and dialogues work.