|
|

楼主 |
发表于 2025-8-17 03:48:06
|
显示全部楼层
略微调整了脚本,这样更流畅不卡顿
equipUp2.json
{
"cmd" :
[
["set", "$1", "[Caenarvon] Cosplay Pack Gala.esp:3571"],
["set", "$2", "[Caenarvon] Cosplay Pack Gala.esp:3566"],
["item_addex", "$self", "$1", "1", "1"],
["item_equipex", "$self", "$1", "0", "1"]
]
}
equipDown2.json
{
"cmd" :
[
["set", "$1", "[Caenarvon] Cosplay Pack Gala.esp:3571"],
["set", "$2", "[Caenarvon] Cosplay Pack Gala.esp:3566"],
["util_waitforend", "$self"],
["item_equipex", "$self", "$2", "0", "1"],
["util_wait", "5"],
["item_remove", "$self", "$1", "1", "1"]
]
} |
|