In response to Flame Sage
Flame Sage wrote:
> if(!M.owner)
> src<<"The owner is no one"
> else
> src<<"The owner is [M.owner[."
>

Yeah I don't even know why but it's become like an evil trend to use : I don't use it myself, and probablly never will.

if u do want to use the code u have to change the else statement to be "The owner is [M.owner]" because you have the last [ backwards so its [M.owner[ which will cause it not to do anything
Page: 1 2