wangbc423 发表于 2014-1-29 17:14:45

无法使用Training script(前面发帖错误,看这个)

本帖最后由 wangbc423 于 2014-1-29 17:54 编辑

新手刚开始学BMS,冷启动用training script很好用,但是到第二个Basic handling就不行了。如下图,什么都没有操作,过了一会就Pause了,完了键盘按P取消Pause,script再也没有出现,这是什么原因?我看到通讯频道倒是自动调整好了。



LJQC 发表于 2014-1-29 22:20:09

本来后面就没东西了。。

///////////////////////////////////////////////////////////////////////////////
//
// Revientor Trainer V1.0
//
///////////////////////////////////////////////////////////////////////////////

Jump MainLoop

MainLoop

SimCommand SimSafeMasterArm
Block

///////////////////////////////////////////////////////////////////////////////
// Display Start Info
///////////////////////////////////////////////////////////////////////////////

SetColor 0xffffffff
SetTextBoxed 2
SetTextOrientation 1
Print 20 "THANKS FOR USING BMS TRAINING SCRIPTS"
Wait 4
Allow
Clear

///////////////////////////////////////////////////////////////////////////////
// Instructions
///////////////////////////////////////////////////////////////////////////////

SetCursor 0.0 0.92
Print 40 "Today you can do everything that you want with your plane"
MoveCursor 0.0 -0.05
Print 40 "I am going set your Comm 1 to the frequency 232.400 (Pusan Airbase ATC)"
MoveCursor 0.0 -0.05
Print 40 "I do this by pushing the COM 1 Button in the ICP and then by typing the"
MoveCursor 0.0 -0.05
Print 40 "frequency with the ICP numbers, finally push enter in the ICP."
Wait 20
Clear

EndSection

Jump actions

///////////////////////////////////////////////////////////////////////////////

actions

SimCommand SimTogglePaused
SimCommand SimICPCom1
SimCommand SimICPALOW
SimCommand SimICPTHREE
SimCommand SimICPALOW
SimCommand SimICPStpt
SimCommand SimICPZERO
SimCommand SimICPEnter

EndSection

///////////////////////////////////////////////////////////////////////////////

EndScript
页: [1]
查看完整版本: 无法使用Training script(前面发帖错误,看这个)