| Ultima One  Journeyman
 
  
   Posts: 238
 Likes Given: 7
 Likes Received: 10 in 6 posts
 Joined: Jan 2013
 Reputation: 6
 
 Ultima One
 
  
 | 
			| RE: Online List/Messenger 2.0 
 
				Yeh, sending one did take it out (makes sense, but i adapted mine to force them to disable it first). But if you have it Enabled, you could still receive messages - all it did was hide you from the public list.  
Added this under the on=1 for sending a message button to stop you 'replying' to a message in order to contact someone with Private enabled:
 
Code:
 if (<src.tag0.private>)src.sysmessage @,,1 "Private" mode is Enabled, you are not allowed to send messages. Use .private to Disable.
 return 1
 endif
 if (<uid.<src.ctag0.receiver>.tag0.private>)
 src.sysmessage @,,1 <uid.<src.ctag0.receiver>.name> has Privacy Enabled and cannot receive messages at this time.
 return 1
 endif
 
Also just noticed you set a local var here too, then don't use it below - just if you want to update it, dont think it really matters
 
Code:
 local.recipient= <uid.<src.ctag0.receiver>.account>
ULTIMA ONE
 The modern, sphere powered Ultima Online server
 
				
(This post was last modified: 05-11-2013 08:20 AM by Ultima One.)
 |  | 
	| 05-11-2013 08:17 AM |  | 
	
	| ![[+]](images/collapse_collapsed.gif)  
 |