scripting a chat
No notes
Syntax:
No syntax
<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