I haven't seen anything on the forums or tutorials so I thought I'd ask. If there info is can you link me to it? Is there any way to get a character to "patrol" back and forth from points A and B? I got it so when load the screen the character goes to another spot, but I'm not sure how you get him to go back to the original spot and go on a loop back and forth so he doesn't do it once? Thanks.
function room_AfterFadeIn()
{
cguard.Walk(26, 185);
}
function room_AfterFadeIn()
{
cguard.Walk(26, 185);
}