Browse Source

[fixed] I missed a couple in the last one, thanks Rachel for spotting them!

Kevin_Smarts 2 years ago
parent
commit
2f75a8d93c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/pav_disco_classmates.qsrc

+ 2 - 2
locations/pav_disco_classmates.qsrc

@@ -71,10 +71,10 @@ if $ARGS[0] = 'classmates':
 		if npc_grupTipe['A<<i>>'] = 4 and discoenable['A<<i>>'] = 1 and discobloc['A<<i>>'] ! daystart:
 			$loopname = $npc_nickname['A<<i>>']
 			$loopname = $lcase($loopname)
-			if i2 = 0: '<tr>'
+			if i2 = 0: $table_disco += '<tr>'
 			i2 += 1
 			$table_disco += '<td width =12.5%><table bgcolor=#FFF8DC><tr><td align=center><a href="exec: i = <<i>> & gt ''pav_disco_classmates'', ''gop_list''"><img  height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"></a></td></tr><tr><td align=center><<$npc_firstname[''A<<i>>'']>></td></tr></table></td>'
-			if i2 mod 8 = 0: i2 = 0 & '</tr>'
+			if i2 mod 8 = 0: i2 = 0 & $table_disco += '</tr>'
 		end
 		if i = 144:
 			if i2 mod 8 <> 0: