diff options
Diffstat (limited to 'npc/guides/guides_com.txt')
-rw-r--r-- | npc/guides/guides_com.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/guides/guides_com.txt b/npc/guides/guides_com.txt index 13d64a42d..43915f356 100644 --- a/npc/guides/guides_com.txt +++ b/npc/guides/guides_com.txt @@ -16,17 +16,17 @@ //= 1.4 Removed 3 guides, and converted to use functions. //============================================================ -comodo.gat,322,178,4 script Comodo Guide#1 700,{ +comodo,322,178,4 script Comodo Guide#1 700,{ set @name$,"Native Kokomo"; callfunc "comodo_guide"; end; } -comodo.gat,176,350,4 script Comodo Guide#2 700,{ +comodo,176,350,4 script Comodo Guide#2 700,{ set @name$,"Native Cocomo"; callfunc "comodo_guide"; end; } -comodo.gat,37,219,4 script Comodo Guide#3 700,{ +comodo,37,219,4 script Comodo Guide#3 700,{ set @name$,"Native Papaya"; callfunc "comodo_guide"; end; @@ -105,4 +105,4 @@ L_MENU_10: mes "Well, I guess I will be seeing you around then."; mes "Take care, and enjoy your stay."; close; -} +}
\ No newline at end of file |