Jump to content

88 station

  • entries
    131
  • 评论
    3
  • 查看
    659,330

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


moh8888

786 查看

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

没有要显示的评论。

访客
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 创建新的...