Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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?