Hey guys. I just was trying to get a character to do a basic thing like walking to a trigger. I cant get him to budge even in story editor.

But i know you should use a CharScript and he just wont move. I'll link what i have and maybe someone can tell me the problem.

#INCLUDE State_Manager

INIT

USING State_Manager
CHARACTER:__Me
TRIGGER:%Guard = Guard1_dbd403c5-0d1e-49bd-9368-09734f48ef74


BEHAVIOUR
REACTION State_ActionManager, 0
USAGE PEACE
ACTIONS
CharacterMoveTo(%Guard,1)

Pretty basic but i dont understand the usage on everything.. refering to other scripts i dont know.

Thanks guys.

EDIT: or if anyone knows a way to get a npc moving i'd appreciate it.

I'm trying to get a patrol type walk going.

Last edited by Demonata08; 01/08/14 06:30 AM.