Best way to get Quest Counter from script at Realtime
Posted: Tue Apr 02, 2024 1:13 pm
Good day!
Can you give me an advice, how can I get my Counter value from script on Realtime?
I`m creating my own delivery system and I want to know, how much supply was already delivered, so I can place on my character only cargo that was left. For example, I need to deliver 7 crates, but my character can take only 3 at the time, also he can left it or lose it. So "Delivery" zone must know, even after "Save and Load", how much crates was already delivered, so the last turn it gave only 1 crate instead of 3. (7 = 3+3+1)
I tried to use Quest.GetCounter, but it was always zero, which link I should use to make it work?
Can you give me an advice, how can I get my Counter value from script on Realtime?
I`m creating my own delivery system and I want to know, how much supply was already delivered, so I can place on my character only cargo that was left. For example, I need to deliver 7 crates, but my character can take only 3 at the time, also he can left it or lose it. So "Delivery" zone must know, even after "Save and Load", how much crates was already delivered, so the last turn it gave only 1 crate instead of 3. (7 = 3+3+1)
I tried to use Quest.GetCounter, but it was always zero, which link I should use to make it work?