Posted By: RyuShinji
Skill to string?? Ah!! wait got it sorry IGNORE - 04/04/08 18:47
i'm trying to display an enemys level, i need to do this,
stringlevel = enemy.level; how can i change a skill into a string?
str_cpy(str_number_of_players, "Number of Players: ");
str_for_num(str_temp, number_of_players);
str_cat(str_number_of_players, str_temp);
stringlevel = enemy.level; how can i change a skill into a string?
str_cpy(str_number_of_players, "Number of Players: ");
str_for_num(str_temp, number_of_players);
str_cat(str_number_of_players, str_temp);