I have a little problem with getting a reward for just a simple conversation with any NPC.
I've created the full dialogue with all the sub topics and this is working fine.
Now one sentence should end with getting 1 gold.
I've tried the whole Beth tutorial about creating a script like this.
Scriptname myscript extends Quest ConditionalMiscObject Property Gold001 AutoInt Property RewardAmount = 1 Autofunction RewardPlayer()Game.GetPlayer().AddItem(Gold001, RewardAmount)EndFunction
The script shows no errors but if i add the script to the response of the dialogue i dont get the gold.
I've tried everything like Quest Stages and and and. I just dont get my gold by choosing the answer which could give it to me.
Something is wrong.
Any ideas? Thanks in advance.
/EDIT: Little example.
You: Hey, give me a dollar!
NPC: Ok. (You get 1 dollar)
