Proleric
Proleric
Reactions
-
Re: NWN Modules for Beamdog to pick up and polish - what would you buy?
It seems unlikely that fan-made modules will ever be adopted commercially, owing to the complicated ownership issues. Most of them contain work by a legion of authors, many of whom are hard to contac… (View Post)4 -
Re: What modules to play as a level 27 non-OC, non-HotU character?
You could try Swordflight Chapter 4 if you're ready for very challenging combat. It's highly-rated. i don't think it matters much if you miss out the earlier modules. (View Post)2 -
Re: Equipping Natural Equipment on PCs And Locking It on Them
CreateItemOnObject then ActionEquipItem works for the skin, so worth trying the creature weapon slots, too. The nice thing is that the PC cannot remove anything from those slots - removal by script w… (View Post)1 -
Re: GetHasFeat question.
For now, you could cycle through the equipped items' item properties, looking for bonus feats. GetItemPropertySubType will identify the feat in question. If GetHasFeat is TRUE but the item search fai… (View Post)2 -
Re: Boolean Function that Determines Valid Location
Create an invisible creature at the target location. If the resulting creature's location is significantly different, the target location is invalid, but the creature's location is a valid nearby spo… (View Post)2