Im trying to make NPC's walk randomly using this script, but when I compile its say's "----.nss - error Syntax error at "}" , Compilation Aborted with errors.
Quote:
void main()
{
AssignCommand(OBJECT_SELF,ActionRandomWalk())
}
|
Can someone help me with this?