Added scripts for NPCs in the Limsa echo instance and Gridania opening post-battle instance.

This commit is contained in:
Filip Maj
2017-03-19 11:41:29 -04:00
parent 7b205c7b9b
commit 4f339709d5
11 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
require ("global")
function init(npc)
return false, false, 0, 0, 0x141, 0xb79;
end