Hey, I've been working through the tutorial and I've arrived at the start(dialogue) section. However, when I enter my charecter name with .start this message keeps popping up when I try to run the game,
GlobalScript.asc(530): Error (line 530): '.Start' is not a public member of 'Character'. Are you sure you spelt it correctly (remember, capital letters are important)?
What I have written is:
function NC_Talk()
{
NC.Start();
}
I have no idea what to do and I have searched it in the manual and the forum yet haven't found it.
Help will be very appreciated,
TCD
GlobalScript.asc(530): Error (line 530): '.Start' is not a public member of 'Character'. Are you sure you spelt it correctly (remember, capital letters are important)?
What I have written is:
function NC_Talk()
{
NC.Start();
}
I have no idea what to do and I have searched it in the manual and the forum yet haven't found it.
Help will be very appreciated,
TCD