Whenever I use Facelocaton, it says it was an unexpected command. What am I doing wrong?
Where/how are you using it? What's the code around it?
It's hard to tell what you're doing wrong, without an idea of what you're doing.
Are you doing it this way ?
FaceLocation(EGO,150,146);
You didn't show any code so can't tell what you have wrong .
// room script file
FaceLocation (DVE,149,174);
Wait(1);
Sorry about that - looks like Candle and I posted over each other. Anyway..
So, it's just in the room script? That's why you get the 'Unexpected Command' error - commands aren't supposed to go there.
When do you want it to happen? I'm guessing it's when the character enters the room, so try putting it in one of the Player enters screen interactions - (before fadein) is probably best, otherwise you'll see him turn. If you don't know what I'm talking about, it's the red 'i' button (or CTRL-I), next to the edit script '{}' button.