Browse Source

[fixed] Loops sharing a name

Kevin_Smarts 1 year ago
parent
commit
cff953e306
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/npc_relationship.qsrc

+ 2 - 2
locations/npc_relationship.qsrc

@@ -246,10 +246,10 @@ end
 
 if $ARGS[0] = 'defaultnotschool':
 	r = 1
-	:default_friendship_loop
+	:default_friendship_loop2
 		if npc_grupTipe['A<<r>>'] = 0: gs 'npc_relationship', 'set', 'A<<r>>', 30
 		r += 1
-	if r <= aarraynumber :jump 'default_friendship_loop'
+	if r <= aarraynumber :jump 'default_friendship_loop2'
 end
 
 --- npc_relationship ---------------------------------