AI isalive question
Posted: Wed Jan 21, 2004 5:11 am
Hi i am making a lib mod for AA
now i have the following problem
if i put this in main :
my script will not load this also happens when it's in his own thread
can someone tell me what i am doing wrong ?
thnx DigitaC
now i have the following problem
if i put this in main :
Code: Select all
while ( isalive ($soldier1) )
{
wait 5
}
else
{
thread guards "Allied ( Alex )"
}
my script will not load this also happens when it's in his own thread
can someone tell me what i am doing wrong ?
thnx DigitaC