Hi Gamestudio Team,
I can rename the skills and flags in WED when I put something like this above the action:

Code:
// skill1: MySkill 68
// flag1: MyFlag off
action myaction () {
   ...
}



How do I the same for string1 and string2? Using

Code:
// string1: Name my-name



has no effect...?