ai:patrol problem
Posted: Sun Feb 22, 2004 4:14 pm
i noticed that command 'wait xx' necessary
it is similar 'move' and 'wait'
....
i need same command as 'waitmove'
(wait until command end)
this is a part of my scr:
//-----
// testway
//----
testway:
$badguy runto $test1
iprintln "1"
wait 10
$badguy runto $test2
iprintln "2"
wait 10
goto testway
end
example, if suppose badguy consume 4second when move from $test1(info_pathnode's targetname) to $test2, and i type 'wait 2' in my scr,
then badguy return when he moved half distance of path.
sorry that my strange english
thanks
it is similar 'move' and 'wait'
....
i need same command as 'waitmove'
(wait until command end)
this is a part of my scr:
//-----
// testway
//----
testway:
$badguy runto $test1
iprintln "1"
wait 10
$badguy runto $test2
iprintln "2"
wait 10
goto testway
end
example, if suppose badguy consume 4second when move from $test1(info_pathnode's targetname) to $test2, and i type 'wait 2' in my scr,
then badguy return when he moved half distance of path.
sorry that my strange english
thanks