Heey Guys and Gilrs
First sorry English is not my first language.
No my problem I have written a Quest dictionary.
"QUEST0":{
'QuestName':"Farming",
'isQuest_active':false,
....
}
Now I want the variable isQuestactive set to ture with the funtion:
func activateQuest(QuestID):
QuestDictionary[QuestID]["isQuestactive?"] = true
What happens now is that the variable isQuestactive remains false and a new entry is added to the dictionary with variable isQuestactive: true
How can i set isQuestactive to true?
can someone help me with this problem? thanks in advance :)