hey there Magistross !
Im having some problems with the "setvalue" command.
First, if I use {setvalue:key,1,+} in the middle of a dialogue it works.
BUT if I use the command at the very start of a dialogue it runs multiple times. (sets +1 3x before going to the actual text)
what im doing for this to not happen is place a period before the command. this way it runs the period(text), than the command than back to the text again.
another thing is I cant get the setvaleu to work as a SET. tried using:
{setvalue:key,1,}
and
{setvalue:key,1}
both cases the system just ignores this command and doesnt do anything.
ideas?