I've been working on creating my own camera system lately.
To set this up in WED i was relying on comment tags to help me make the skills and flags clear to the user.
Back in .wdl time this worked fine for me, but now working with .c files this seems to go wrong...

I have a file called actions.c in which i write all actions and comment tags for WED use.
example:
Code:
//SKILL1: CAM_SMOOTH_SPEED 1.1
//FLAG8: DO_NOT_USE 0
action ACT_Trigger_smooth() {
	// create the trigger
	SmoothCamTrigger(init_camTrigger());
	
	// anything else...
}



Now the thing is, it seems skill1 is working (though it does not do upper/lowercase characters as how i write them), but flag8 is not affected at all (nor does any other flag if i try).

Am i doing something wrong in the setup, or is this a bug?
Also, cant we still not edit string1/2 names either using this?

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/