Daz
Daz
Reactions
-
Re: Can't uninstall
The latest nVidia driver is causing the toolset to crash (View Post)1 -
Re: Looking for a script to scale placeable size.
You can put this in the OnHeartBeat script of a placeable. It'll grab a local float variable called 'Scale', set it, and remove the heartbeat script from itself. void main() { float fScale = GetLocal… (View Post)2 -
Re: CEP and nwsync from other servers.
Remove the single quotes and it should work. -nwsyncurl http://anphillia.pw/nwsync/ -nwsynchash 8cb563e9d0ea4f1de184ddc56392550f14108439 (View Post)2 -
Re: AssignCommand not crediting assignee with damage
It should work like you described if you wrap the damage effect in its own function, like this: void DealDamage(object oTarget) { effect eDamage = EffectDamage(1); ApplyEffectToObject(DURATION_TYPE_I… (View Post)1 -
Re: Getting Started - Scripting Commands Guide
There's the NWNLexicon which is online, there's a snapshot of all the wiki pages on the frontpage that you can download, but I'm not sure how up to date that snapshot is. (View Post)1