function cMerchant_Talk()
{
dMerchant.Start();
}
Error(line 411) :Nested functions not supported
Line 411 is function cMerchant_Talk()
The first brace is wrong way around. It should be { not }
It is {,I just didn't copy it right.
Oh, in that case there seems to be one missing from the end of the function before that one.