需要验证的脚本代码 (TeaScript)
< TeaScriptTeaScript/Unknown
跳转到导航
跳转到搜索
这里是放置目前被大神/玩家发掘在 TeaScript 内部的未被公开的脚本,有些用途可能还未被发掘。
Objectcreate
'Script editor functions
'---------------------------------------------------------------------
objectcreate(type) 'Returns the permid of the object
'type:
'1-blocks
'2-backgrounds
'3-npcs
'4-liquids
'----------------------------------------------------------------------
objectremove(type, id)
'type:
'1-blocks
'2-backgrounds
'3-npcs
'4-warps
'5-liquids
'id: the same "permid" of the normal scripts
'------------------------------------------------------------------------
目前该脚本的用法还需要进一步验证,且只能在编辑器脚本当中使用。