okay for some reason this works:

STRING* zoneSkillExeStr = "#20";

Code:

str_cat(zoneSkillExeStr,"my.z=1000;");
var_for_name(zoneSkillExeStr);



and this doesn't:
Code:

str_cat(zoneSkillExeStr,"my.skill30=5;");
var_for_name(zoneSkillExeStr);



I've read the manual... it says when there is an equal sign use var_for_name instead of execute... but i even tried:
Code:

str_cat(zoneSkillExeStr,"my.z=1000;");
execute(zoneSkillExeStr);



I hate strings... Anyone have any clue to what the heck is going on? I don't see any logic errors but i'm sure they are there...


"There is no problem that can't be solved with time and determination." -me
prenceofdarkness for instant messages on AIM.

Looking for a model designer
PLEASE, SEND ME A PRIVATE MESSAGE OR EMAIL IF YOU'RE INTERESTED.