function MyPosition(){ %Position = getWords( serverConnection.getControlOb ject().getTransform(), 0, 2 ); NewChatHUD_AddLine("Your current position is; "@%Position@".");}
You forgot a ; after the line setting the %Position variable.Assuming you have a system that parses commands starting with clCmd, you accidentally added a c too many in the function name.