赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 4753 |
最后登录 | 2014-12-31 |
在线时间 | 133 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 133 小时
- 注册时间
- 2012-8-23
- 帖子
- 126
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
请问这个脚本是用来干什么的。
脚本:
#------------------------------------------------------------------------------
# Maps and Tilests note tags:
# Tags to be used on Maps and Tilests note boxes.
#
# <step sound>
# settings
# </step sound>
# Set the sound effect played when steping on a tile with terrain or region
# set, add the following values to the settings. The ID and file name
# must be added, other values are optional.
# id: x : region ID or terrain ID
# name: "x" : sound effect filename ("filename)
# volume: x : sound effect volume (0-100, default = 100)
# pitch: x : sound effect pitch (50-150, default = 100)
#
#------------------------------------------------------------------------------
# Actors, Classes, States, Weapons, Armors and Comment Boxes note tags:
# Tags to be used on Actors, Classes, States, Weapons, Armors note boxes
# and Events Comment boxes. The comment boxes are different from the comment
# call, they're called always the even refresh.
#
# <no step sound>
# The actor or event won't play any sound when walking on tiles with sound. |
|