O.P. [HELP] Messenger.MyPersonalMessage won't assign to variable?
Hey there I am currently making a script.
I have tried assigning my personal message to a variable and the variable has always come up empty... This is what I have done...
var MyOldPM = Messenger.MyPersonalMessage;
Debug.Trace("Personal Message is " + MyOldPM);
In the debug window this is what I see
"Personal Message is "
This tells me that MyOldPM is turning up as an empty variable...
Can some one please help me with this? I don't see any reason why it should not work...
Thanks,
Kriogenic.
|