scripting a chat

by porchiges on November 21st, 2009
No notes
Syntax: No syntax
Show lines - Hide lines - Show in textbox - Download
<script> <--starts the script
  <event> <----starts the event
    <condition type="startGame"/> <-- condition need to be filled to start the event
    <response type="disableControllers"> <--makes it so nobody can move intell its over
      <disable value="true"/>  <----pay attention to the true false thing
    </response>
    <response type="chat">
      <sender value="General Porchiges"/>
      <message value="This country isn't big enough for the 2 of us"/> <this is the guy talking
      <avatar value="tucker"/>
      <color value="FFFF0000"/>
    </response>
    <response type="disableControllers">
      <disable value="true"/>  <---gives back controlle
    </response>
</event> <--ends the event 
</script> <--ends the script
 
 
 

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS