diff options
Diffstat (limited to 'npc/001-2-22/savepoint.txt')
-rw-r--r-- | npc/001-2-22/savepoint.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/npc/001-2-22/savepoint.txt b/npc/001-2-22/savepoint.txt new file mode 100644 index 00000000..68e3689d --- /dev/null +++ b/npc/001-2-22/savepoint.txt @@ -0,0 +1,41 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Saves locations in 001-2-22 map. + +001-2-22,40,37,0 script #name1 901,{ + savepoint "001-2-22.gat", 40, 37; + close; + +OnInit: + setnpcdistance 2; + end; +} + +001-2-22,46,37,0 script #name2 901,{ + savepoint "001-2-22.gat", 46, 37; + close; + +OnInit: + setnpcdistance 2; + end; +} + +001-2-22,50,38,0 script #name3 901,{ + savepoint "001-2-22.gat", 50, 38; + close; + +OnInit: + setnpcdistance 2; + end; +} + +001-2-22,55,40,0 script #name4 901,{ + savepoint "001-2-22.gat", 55, 40; + close; + +OnInit: + setnpcdistance 2; + end; +} |