I've just started work on a home-brew Savage Worlds Interface Zero data file, and I ran into what may or may not be a bug. When I edit quoted text, quotes are getting converted into smart quotes. Since this is the first HL work I've done in a while, I'm thinking it could be an OS issue (I recently
upgraded to Yosemite) or an HL issue (also recently upgraded) or just user error somehow. Example below.
(Working version)
foreach pick in hero where "thingid.skIZKnow"
if (compare(lowercase(eachpick.field[domDomain].text),"programming") = 0)
then
validif (eachpick.field[trtFinal].value >= 4)
endif
nexteach
(modify the word 'programming' and crack, broken)
foreach pick in hero where "thingid.skIZKnow"
if (compare(lowercase(eachpick.field[domDomain].text), “program”) = 0) then
validif (eachpick.field[trtFinal].value >= 4)
endif
nexteach
System:
Mac Tower
OS X Yosemite 10.10.1
Hero Lab v6.1b
upgraded to Yosemite) or an HL issue (also recently upgraded) or just user error somehow. Example below.
(Working version)
foreach pick in hero where "thingid.skIZKnow"
if (compare(lowercase(eachpick.field[domDomain].text),"programming") = 0)
then
validif (eachpick.field[trtFinal].value >= 4)
endif
nexteach
(modify the word 'programming' and crack, broken)
foreach pick in hero where "thingid.skIZKnow"
if (compare(lowercase(eachpick.field[domDomain].text), “program”) = 0) then
validif (eachpick.field[trtFinal].value >= 4)
endif
nexteach
System:
Mac Tower
OS X Yosemite 10.10.1
Hero Lab v6.1b