summaryrefslogtreecommitdiff
path: root/npc/_anchors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/_anchors.txt')
-rw-r--r--npc/_anchors.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt
new file mode 100644
index 00000000..c28e2ce2
--- /dev/null
+++ b/npc/_anchors.txt
@@ -0,0 +1,11 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+
+- script __anchors__ 32767,{
+OnInit:
+ .ht = htnew();
+ htput(.ht, "^FERMI|VOTE", "fermi 29 20");
+ htput(.ht, "^HURN", "009-1 53 38");
+ htput(.ht, "^KESH", "099-7 97 65");
+ htput(.ht, "^NIVAL", "020-1 84 74");
+ htput(.ht, "^TULI", "001-1 84 100");
+}