Ver código fonte

[fixed] killvar string indexed array

rachels 3 meses atrás
pai
commit
d2cd7cf4cc

+ 2 - 2
locations/gschool_gossip.qsrc

@@ -49,7 +49,7 @@ if $ARGS[0] = 'gossip':
 		if soniaQW['slut'] = 1:
 			if (soniaQW['slutdays']+7) < daystart:
 				soniaQW['slut'] = 2
-				killvar 'soniaQW['slutdays']'
+				gs 'shortgs', 'remove_array_element', 'soniaQW', 'slutdays'
 			end
 			*nl
 			'"Did you hear what happened at the disco the other night? Sonia gave like five guys a blowjob, all at once!"'
@@ -1195,7 +1195,7 @@ if $ARGS[0] = 'gosip':
 		if soniaQW['slut'] = 1:
 			if (soniaQW['slutdays']+7) < daystart:
 				soniaQW['slut'] = 2
-				killvar 'soniaQW['slutdays']'
+				gs 'shortgs', 'remove_array_element', 'soniaQW','slutdays'
 			end
 			*nl
 			'"Did you hear what happened at the disco the other night? Sonia gave like five guys a blowjob, all at once!"'

+ 1 - 3
locations/havana_kickboxing.qsrc

@@ -396,6 +396,4 @@ if $ARGS[0] = 'leave':
 	gt $loc, $loc_arg
 end
 
-
-
---- havana_kickboxing -----------------------------------------------
+--- havana_kickboxing ---------------------------------

+ 1 - 2
locations/kickboxing_funcs.qsrc

@@ -336,5 +336,4 @@ if $ARGS[0] = 'display_header2':
 
 end
 
-
---- kickboxing_funcs -----------------------------------------------
+--- kickboxing_funcs ---------------------------------