Daz
Daz
Reactions
-
Re: Dev Build 84.8193.29 Questions
The BaseAC column will only work for the 3 basegame shields (small, large, tower), you can increase the AC above 3. It should work with any kind of weapon, from throwing/ranged to quarterstaves, prob… (View Post)1 -
Re: NPC sitting in chair and random banter script problem.
ActionSpeakString(sSayThis, iTalkVolume); //Make the NPC talk This is an action, so it'll be queued to run after ActionSit() If you change ActionSpeakString to just SpeakString it should work since i… (View Post)1 -
Re: PW how to disable player access to debug UI?
Hi! While players can access the debug UI, none of the things listed in it can affect your server in any way unless the player knows the DM password or is a DM. [Network/ResMan/GUI/Steam] all show cl… (View Post)2 -
Re: Simple Item Override Procedure for Official Campaign
You can skip steps 4 to 9 by going to the Documents/Neverwinter Nights/modules/temp0 folder while the module is open in the toolset and just grab the .uti from there. (View Post)3 -
Re: Visual Studio Code nwscript syntax highlighting
It's hosted here: https://gitlab.com/glorwinger/vscode-nwscript (View Post)2