Hi,
I'm very begginner with SCI, so, sorry if I ask very silly things. xD
I searched the wiki tutorials, and AFAIK a Prop with ':' or '?', the difference (as I understood) is for assign or read respectively.
But I don't know if from the point of view of SCI Compiler 3.0.1.7 is the same. For example, KQ5 CD Talkie version has (when decompiling):
(if (not (gTheIconBar curInvIcon?))
(gTheIconBar enable: (gTheIconBar useIconItem?))
This means that is reading the variable, right? If I use here ':', it would work the same way?
Thanks in advance.