WilliamDraco
WilliamDraco
Reactions
-
Re: My last 2 script to "end" the module [HELP]
The Set/GetCampaignLocation is a special case. A location is made of three things. 1) The coordinate of the location 2) The Facing/rotation of the location 3) The area of the location - saved by obje… (View Post)1 -
Re: EffectSummonCreature Issue
As said - the summon effect needs an "owner" - I.E. the summoner, and the way the engine figures that out is by who is running the script. The Owner/creator is the script-runner at the time… (View Post)2 -
Re: Copy Area Transition
CreateArea creates an area according to its file, as in the toolset. It has the local variables that were set in the toolset, the placeables set in toolset, the items set in toolset. etc.etc. It crea… (View Post)2 -
Re: UI Scaling Messes Up Item Descriptions
hehe what a fun issue. So something odd about NWN fonts is that they are just sheets of images, with instructions for rectangles to cut-out to produce one character or another. I suppose the rectangl… (View Post)1 -
Re: Did a recent NWN update break the Journal?
Something changed with setting the journal entry. I've seen people comment that they now need to set "AllowOverrideHigher" to TRUE (it's one of the parameters of AddJournalQuestEntry() func… (View Post)1