looks like your script has a ";" instead. so just change to ","
messsage strcharinfo(0), "....
Note: best-practices/standards would also suggest using () around script commands, e.g. message(....) and use constants instead of magic numbers where possible (strcharinfo(PC_NAME) instead of strcharinfo(0))