summaryrefslogtreecommitdiff
path: root/npc/kafras/kafras_alb.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/kafras/kafras_alb.txt')
-rw-r--r--npc/kafras/kafras_alb.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/kafras/kafras_alb.txt b/npc/kafras/kafras_alb.txt
index 29645bbc1..35c360808 100644
--- a/npc/kafras/kafras_alb.txt
+++ b/npc/kafras/kafras_alb.txt
@@ -52,15 +52,13 @@ alberta.gat,113,60,5 script Kafra 112,{
// Function: Sets variables for Ablerta Kafras -------------------------------
function script F_KafSetAlb {
+ cleararray @wrpC$[0],"",getarraysize(@wrpC$);
setarray @wrpP[0], 1200, 1800, 1800;
setarray @wrpD$[0], "Payon", "Morroc", "Prontera";
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], "";
setarray @viewpX[0], 28, 113, 0, 0;
setarray @viewpY[0], 229, 60, 0, 0;
return;