Jump to content
主视角中国

88 station

  • entries
    131
  • 评论
    3
  • 查看
    663,344

MoHAAeasyscripter 简单程序编写器的使用之1


MoHAAeasyscripter 简单程序编写器的使用之1

网上找的,用起来容易的软件,含2个

MOHAA的小程序导出

1.产生物件的程序

2.人物的触发程序

同样它适用SH,BT...

不知有感兴趣的人在吗?

............

MoHAAeasy.exe为绿色软件,不用

安装,解压后双击即可,

trigger spawn的用法

产生人物触发的程序

script comment----->程序说明(俺输的是fff,以下略)

ID name ------>物件的替代名称 ----->fg

origin---------->位置------>000

set size -------->范围---->10 10 10 -10 -10 -10长20宽20高20

set thread ----->指行指定程序名称hh(hh的内容要自己编了)

message-------->触发后打印消息内容hi

点add to script自动生成以下的内容

//fff

local.fg = spawn trigger_multiple

local.fg.origin = ( 0 0 0 )

local.fg setsize = ( 10 10 10 ) ( -10 -10 -10 )

local.fg setthread hh

local.fg message "hi"

local.fg wait 1

local.fg delay 0

复制一下粘到你的.scr

编程器这就上传

0 评论


Recommended Comments

没有要显示的评论。

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...