85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
title: Start
|
|
tags:
|
|
colorID: 8
|
|
position: 253,-2041
|
|
---
|
|
<<declare $currentEyeTarget="">>
|
|
<<load_scene Scene/PeipeiFixScene>>
|
|
<<indoor_new 1>>
|
|
<<switch_fix_system_to "BodyModule">>
|
|
<<switch_fix_system_to "Eye">>
|
|
===
|
|
title: IntoEyeView
|
|
tags:
|
|
group:视觉检查
|
|
colorID: 6
|
|
position: 244,271
|
|
---
|
|
<<if $currentEyeTarget == "computer">>
|
|
<<jump Eye_computerAfterSurgery>>
|
|
<<elseif $currentEyeTarget == "poster">>
|
|
<<jump Eye_posterAfterSurgery>>
|
|
<<elseif $currentEyeTarget == "sky">>
|
|
<<jump Eye_skyAfterSurgery>>
|
|
<<elseif $currentEyeTarget == "plant">>
|
|
<<jump Eye_plantAfterSurgery>>
|
|
<<endif>>
|
|
===
|
|
title: Eye_skyAfterSurgery
|
|
tags:
|
|
colorID: 8
|
|
group:视觉检查
|
|
position: 559,756
|
|
---
|
|
看目标
|
|
<<jump EyeCheckEnd>>
|
|
|
|
===
|
|
title: EyeCheckEnd
|
|
tags:
|
|
colorID: 3
|
|
group:视觉检查
|
|
position: 251,1116
|
|
---
|
|
<<Set_MouseMovementLockState EyeManager false>>
|
|
===
|
|
|
|
|
|
|
|
title: Eye_computerAfterSurgery
|
|
tags:
|
|
colorID: 8
|
|
group:视觉检查
|
|
position: 1228,749
|
|
---
|
|
看目标
|
|
<<jump EyeCheckEnd>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: Eye_posterAfterSurgery
|
|
tags:
|
|
colorID: 8
|
|
group:视觉检查
|
|
position: 1006,747
|
|
---
|
|
看目标
|
|
<<jump EyeCheckEnd>>
|
|
===
|
|
|
|
|
|
|
|
|
|
title: Eye_plantAfterSurgery
|
|
tags:
|
|
colorID: 8
|
|
group:视觉检查
|
|
position: 787,755
|
|
---
|
|
看目标
|
|
<<jump EyeCheckEnd>>
|
|
===
|
|
|