ModGuy
Content Creator
- Joined
- Feb 17, 2011
Re: Pim_gd's Mods - DialogueActions v2.02 (9 January 2014)
Are you limited to one character?
+=, -=
Set shouldn't be a relative thing but I can understand the need in dialogue.
Can't exactly have a loads of increments/decrements.
Pim_gd said:Nevermind that, I have figured out your issue but I don't know how to solve it.
Since I have to sleep,
have IRC logs.
(1:37:10 AM) Pimgd: I don´t know how to fix a numeric set
(1:37:44 AM) Pimgd: here´s the thing
(1:37:44 AM) LC-DDM: what
(1:38:00 AM) Pimgd: {¨set¨:{¨var1¨:¨0¨}} is broken
(1:38:06 AM) Pimgd: {¨set¨:{¨var1¨:¨+1¨}} will add one
(1:38:16 AM) Pimgd: {¨set¨:{¨var1¨:¨-1¨}} will substract one
(1:38:30 AM) Pimgd: {¨set¨:{¨var1¨:-1}} will set to -1
(1:38:50 AM) LC-DDM: I just got on.
(1:38:53 AM) LC-DDM: That is like chinese.
(1:38:54 AM) LC-DDM: To me.
(1:38:57 AM) Pimgd: [VA_SET_VARIABLE_var1_+1] will add one
(1:39:10 AM) Pimgd: [VA_SET_VARIABLE_var1_1] should obviously set to one
(1:39:20 AM) Pimgd: f93 TM94
(1:39:23 AM) Pimgd: but...
(1:39:34 AM) Pimgd: what should this do?
(1:39:35 AM) Pimgd: [VA_SET_VARIABLE_var1_-1]
set -1 or substract 1?
...
or should I just alter the middle one to require =1?
hmhmhmmhhm
Are you limited to one character?
+=, -=
Set shouldn't be a relative thing but I can understand the need in dialogue.
Can't exactly have a loads of increments/decrements.