MY BIG PROBLEM
Posted: Fri Dec 30, 2011 6:15 am
hey guys does anybody has a solution for this especially Mr. Sky I need your help.
please see the attachment.
please see the attachment.
switch(decision)
{
case 1:
//move to a random position for example
break;
case 2:
//follow player
break;
case 3:
//do something else
break;
}