Browse Source

[fixed] missing $ for string variable

KevinSmarts 5 years ago
parent
commit
8e9035dd6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/fame.qsrc

+ 1 - 1
locations/fame.qsrc

@@ -9,7 +9,7 @@
 
 if $ARGS[0] ! 'deg':
 
-	dynamic '<<$ARGS[0]>>_<<ARGS[1]>> += <<ARGS[2]>>'
+	dynamic '<<$ARGS[0]>>_<<$ARGS[1]>> += <<ARGS[2]>>'
 
 	fame_performer = 0
 	fame_sexind = 0