the script extends actor.
i added a simple int auto property to that script named testprop.
Now ive made a Quest with Dialogs for this NPC ..so far it works i can choose my topic and the npc responds properly.
everything works fine to this point.
Now i want to add a fragment to one of the responses that sets my testprop to 1 and here im lost.
how can i access my testprop which is defined inside the script of the dialogspeakernpc and change it to 1?
