Skip to content

Commit

Permalink
make maps for new alchemy bench in swamp town
Browse files Browse the repository at this point in the history
  • Loading branch information
mekolat committed May 3, 2016
1 parent f892486 commit 5030dfe
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion world/map/npc/026-2/_nodes.txt
@@ -1,4 +1,16 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Swamp Indoors nodes

// (no nodes)
026-2,0,0,0|script|Node026-2|32767
{
end;
OnInit:
setarray .m$, "_N-Alchemy", "026-2";
setarray .x1, "_N-Alchemy", 35;
setarray .y1, "_N-Alchemy", 117;
setarray .x2, "_N-Alchemy", 0;
setarray .y2, "_N-Alchemy", 0;
setarray .id, "_N-Alchemy", 0;
donpcevent "_N-Alchemy::OnMaybeStart";
destroy;
}

0 comments on commit 5030dfe

Please sign in to comment.