khanat-opennel-code/code/ryzom/common/data_leveldesign/leveldesign/world_editor_files/npc/action_type/send_message.html
2010-05-06 02:08:41 +02:00

25 lines
760 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
</HEAD>
<BODY>
<P><FONT color=green size=5>send message</FONT></P>
<P>Send a message to another service.</P>
Use this action to send message to EGS for example.<BR>
The 'content' is a free string that should be understand by
the destination serice.
<P><STRONG>Parameters :</STRONG></P>
<P>&lt;service name&gt<BR>
&lt;content&gt</P>
<P>
<FONT color=gray>
eg : Send the mission result for the NPC group 12345 that is handled by this state<BR>
EGS<BR>
12345<BR>
success
</FONT>
</P>
</BODY>
</HTML>