Browse Source

[fixed] corrected syntax for tamara event buying a school outfit.

Lady Alexa 1 year ago
parent
commit
1744a0d5f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/mey_tamara_events.qsrc

+ 2 - 2
locations/mey_tamara_events.qsrc

@@ -303,12 +303,12 @@ if $args[0] = 'learning1':
 						if newdress_id = 6: jump 'looptamaraschool'
 						!skip default uniform 6
 						if gm_school[newdress_id] = 0:
-							gs 'clothing_attributes', gm_school, newdress_id
+							gs 'clothing_attributes', 'gm_school', newdress_id
 							if CloInhibit < 30: jump 'looptamaraschool'
 							gm_school[newdress_id] = 1
 							gm_school_h[newdress_id] = 120
 							gm_school_b[newdress_id] = pcs_hips
-							*P '<center><img height = 400 src="images/pc/items/gm/school/<newdress_id>>.jpg"></center>'
+							*P '<center><img height = 400 src="images/pc/items/gm/school/<<newdress_id>>.jpg"></center>'
 						end
 					end