瀏覽代碼

No return after purchasing theme

KevinSmarts 6 年之前
父節點
當前提交
196f780f29
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/kiosk

+ 2 - 2
locations/kiosk

@@ -197,11 +197,11 @@ if $ARGS[0] =  'themes':
 
 	i = 1
 	:phonethemeloop
-	if phonetheme[i] = 0: '<a href="exec: money -= 500 & phonetheme[<<i>>] = 1 & gt ''kiosk''">Buy the <<$phonetheme_name[i]>> theme.</a>'
+	if phonetheme[i] = 0: '<a href="exec: money -= 500 & phonetheme[<<i>>] = 1 & gt ''kiosk'', ''themes''">Buy the <<$phonetheme_name[i]>> theme.</a>'
 	i += 1
 	if i < 13: jump 'phonethemeloop'
 
-	act 'Return': $kioskloc = 'counter' & gt 'kiosk', 'counter'
+	act 'Return': gt 'kiosk', 'counter'
 end
 
 --- kiosk ---------------------------------