summaryrefslogtreecommitdiff
path: root/npc/kafras/kafras_com.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/kafras/kafras_com.txt')
-rw-r--r--npc/kafras/kafras_com.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/npc/kafras/kafras_com.txt b/npc/kafras/kafras_com.txt
index d0d69b0a2..66761cd57 100644
--- a/npc/kafras/kafras_com.txt
+++ b/npc/kafras/kafras_com.txt
@@ -26,15 +26,13 @@
// In Town ==============================================>\\
comodo.gat,200,148,4 script Kafra 721,{
cutin "kafra_07",2;
+ cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Morroc", "Comodo Pharos Lighthouse", "Umbala";
setarray @wrpP[0], 1800, 1200, 1800;
set @wrpC$[0], @wrpD$[0]+" -> "+@wrpP[0];
set @wrpC$[1], @wrpD$[1]+" -> "+@wrpP[1];
set @wrpC$[2], @wrpD$[2]+" -> "+@wrpP[2];
set @wrpC$[3], "Cancel";
- set @wrpC$[4], "";
- set @wrpC$[5], "";
- set @wrpC$[6], "";
callfunc "F_Kafra",0,0,1;
M_Save:
@@ -45,15 +43,12 @@ comodo.gat,200,148,4 script Kafra 721,{
// Comodo Pharos Lighthouse (Beacon Island) ===================>\\
cmd_fild07.gat,135,134,4 script Kafra 721,{
cutin "kafra_07",2;
+ cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpD$[0], "Comodo", "Morroc";
setarray @wrpP[0], 1200, 1200;
set @wrpC$[0], @wrpD$[0]+" -> "+@wrpP[0];
set @wrpC$[1], @wrpD$[1]+" -> "+@wrpP[1];
set @wrpC$[2], "Cancel";
- set @wrpC$[3], "";
- set @wrpC$[4], "";
- set @wrpC$[5], "";
- set @wrpC$[6], "";
callfunc "F_Kafra",0,0,1;
M_Save: