by Wayra Condor » Sat Mar 15, 2008 9:06 pm
...
...
I don't get it, what do I have to replase in order to use variables (or whatever you thing will solve this)?
Here is the code you gave me:
- Code: Select all
if (!p1cov)
{
switch(p1count)
{
case 0:
strcpy(p1_martialart_text.text, "2º martial art");
break;
case 1:
strcpy(p1_martialart_text.text, "Weapon");
break;
case 2:
strcpy(p1_martialart_text.text, "1º martial art");
break;
default:
strcpy(p1_martialart_text.text, "1º martial art");
}
p1count = (p1count + 1) % 3;
yvelocity = -10;
p1cov += 1;
}
What do I have to change here?
Current proyect: The King of Peru 3 (0,1%...Now reutrning form a long break!)