scene
id 76
name 记忆力
dat map67
weather 3
battleBg 0
BGM 1
enemyLevel 1
enemys null
endScene
npc
name 11
defaultPos 0
visible true
isMotion -1
isPass false
attrib 0,112,264,28,40,0,类容
scriptVar null
speed 2
frequency 4
endNpc
npc
name 男孩
defaultPos 0
visible false
isMotion -1
isPass false
attrib 19,16,265,15,25,0,类容
scriptVar null
speed 2
frequency 4
endNpc
npc
name 女童
defaultPos 0
visible false
isMotion -1
isPass false
attrib 18,32,265,15,25,0,类容
scriptVar null
speed 2
frequency 4
endNpc
npc
name 狗
defaultPos 0
visible false
isMotion -1
isPass false
attrib 27,48,262,13,22,0,类容
scriptVar null
speed 2
frequency 4
endNpc
npc
name 兔子
defaultPos 0
visible false
isMotion -1
isPass false
attrib 16,64,260,12,20,0,类容
scriptVar null
speed 2
frequency 4
endNpc
event
type commonEvent
id -1
condition null
keyOK false
comment 事件描述
. ctrl false
. wait 0,10
. set turn,1
. set curTurn,0
. showChoice true,是否要看下说明,看一下,不看了
. if choice=0
. showText -1,0,胡小妹,游戏一共15轮，每一轮都会出现不同的人，#B依次记住#A出现的每一个人然后回答问题。答对了有奖励！越往后的难度越大，当然奖励也越丰厚哦！
. endIf
. showText -1,0,胡小妹,睁大眼睛啦。下面准备开始了！
. loop turn<16
. set curTurn,0
. initType true
. aside 第<int turn>轮
. loop curTurn<turn
. set temp,0
. random temp,1,4
. setType curTurn,temp
. npcAppear type[curTurn],76,112,64,2
. if turn>4
. changeSpeed type[curTurn],3
. endIf
. if turn>9
. changeSpeed type[curTurn],4
. endIf
. move type[curTurn],112,144
. set temp,curTurn%2
. if temp=0
. move type[curTurn],224,144
. else
. move type[curTurn],0,144
. endIf
. npcDisappear type[curTurn]
. set curTurn,curTurn+1
. endLoop
. set curTurn,0
. showText -1,0,胡小妹,看清楚了吧，下面开始回答
. loop curTurn<turn
. showChoice true,刚才依次出现的人是：,男孩,女孩,小狗,小兔
. set temp,type[curTurn]-1
. if choice=temp
. showText -1,0,胡小妹,恭喜你答对了！
. else
. showText -1,0,胡小妹,你的眼神不太好啊！
. setScene 32,176,128,0,true
. complete 0
. endIf
. set curTurn,curTurn+1
. endLoop
. if turn=1
. changeMoney add,2
. endIf
. if turn=2
. changeMoney add,5
. endIf
. if turn=3
. changeMoney add,10
. endIf
. if turn=4
. changeMoney add,15
. endIf
. if turn=5
. changeMoney add,20
. endIf
. if turn=6
. changeMoney add,25
. endIf
. if turn=7
. changeMoney add,30
. endIf
. if turn=8
. changeMoney add,40
. endIf
. if turn=9
. changeMoney add,50
. endIf
. if turn=10
. changeMoney add,60
. endIf
. if turn=11
. changeItem add,1,1
. endIf
. if turn=12
. changeItem add,1,1
. changeItem add,4,1
. endIf
. if turn=13
. changeItem add,8,1
. endIf
. if turn=14
. changeItem add,9,1
. endIf
. if turn=15
. if event[186]=0
. changeItem add,17,1
. set event[186],1
. else
. changeMoney add,500
. endIf
. endIf
. if turn<15
. showChoice true,下一轮的奖励更加丰厚。要继续么？,继续玩,不玩了
. if choice=0
. set turn,turn+1
. else
. setScene 32,176,128,0,true
. complete 0
. endIf
. endIf
. endLoop
endEvent
