diff options
Diffstat (limited to 'npc/new_19-1-woodland-village/soul-menhir.txt')
-rw-r--r-- | npc/new_19-1-woodland-village/soul-menhir.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/new_19-1-woodland-village/soul-menhir.txt b/npc/new_19-1-woodland-village/soul-menhir.txt index 1943cae4..152f05be 100644 --- a/npc/new_19-1-woodland-village/soul-menhir.txt +++ b/npc/new_19-1-woodland-village/soul-menhir.txt @@ -1,8 +1,8 @@ -new_19-1.gat,53,40,0 script Soul Menhir 144, {
- set @map$, "new_19-1.gat";
- set @x, 53;
- set @y, 41;
- callfunc "SoulMenhir";
-}
-
-
+new_19-1.gat,53,40,0 script Soul Menhir 144, { + set @map$, "new_19-1.gat"; + set @x, 53; + set @y, 41; + callfunc "SoulMenhir"; +} + + |