安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题




https://neverwintervault.org/project/nwn1/script/nwn-lexicon-169
https://neverwintervault.org/project/nwn1/other/tool/ls-tk-script-generator
The first link takes you to the lexicon to download, That will help you learn some scripting there. The second is Lilac Souls script generator which is excellent for beginners. Its a huge learning curve when you first get into scripting but it pays off.
I tried to create a "blacksmith script" with the generator to get a cooking function going, where the script would check a campfire for having a piece of wood and a raw shrimp in it, then when the inventory is closed, it would transform this into a cooked shrimp, and play a fire effect when successful.
But ingame it does not work for some reason. It plays a sound whenever the campfire container is closed, but never transforms anything. I have double and triple checked whether all the items are appropriately named and tagged and the script is set into the OnClose position of the campfire.
What else could be going wrong?