Update of /cvsroot/wpdev/xmlscripts/definitions/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7268/d
Modified Files:
players.xml
Log Message:
Default system.regionchange script.
Index: players.xml
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/definitions/system/players.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** players.xml 30 May 2004 13:25:01 -0000 1.1
--- players.xml 11 Jul 2004 01:26:25 -0000 1.2
***************
*** 5,11 ****
<definitions>
<npc id="player_male">
</npc>
!
<npc id="player_female">
</npc>
</definitions>
--- 5,13 ----
<definitions>
<npc id="player_male">
+ <events>system.regionchange</events>
</npc>
!
<npc id="player_female">
+ <events>system.regionchange</events>
</npc>
</definitions>
|