12 lines
833 B
XML
12 lines
833 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Possible "repeatStyle" are: -->
|
|
<!-- "back": NPC moves from first point to last point, then moves back through last point but one, and so on to the first point. -->
|
|
<!-- "cycle": NPC moves from first point to last point, then moves directly to the first point. -->
|
|
<!-- "conveyor": NPC moves from first point to last point, then teleports directly to the first point. -->
|
|
<!-- "random": NPC randomly moves between points. -->
|
|
<!-- Documentation for Strings: -->
|
|
<!-- npcString = to use String Variables from NpcStringId.java -->
|
|
<!-- npcStringId = to use String IDs from client NpcString-e.dat -->
|
|
<!-- string = to use any custom text, example: string="Hello World" -->
|
|
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/Routes.xsd">
|
|
</routes> |