Hi there, I am attempting to script my character so that he starts the game facing up towards a TV. However, I am receiving a Parse Error: Unexpected 'cChris' and I am very confused because my character's name is Chris. In the character properties it says ScriptName: Chris. I also tried putting cChris in there based on the video tutorials, but it still doesn't work.
Here is the code I have in my room file;
Code: ags
I have also tried using the default Ego name (cEgo in the script) with no luck. I am stuck. Any help would be appreciated.
Thank you very much!
Here is the code I have in my room file;
// room script file
cChris.FaceDirection(eDirectionUp);
I have also tried using the default Ego name (cEgo in the script) with no luck. I am stuck. Any help would be appreciated.
Thank you very much!