Enemy Scaling on Percieve
Skorum
Member Posts: 4
Hello All
I am a long time player of NWN, but a dipping my toe into mod building community.
I am trying to create a game where the enemies scale to a predetermined level with the PC... but I'm having difficulty and wonder if you could help?
The action is called from the OnPerceive function and I think I want the NPC to get the PC's level and then add that plus X (let's say 5 for the sake of argument) to the NPC level.
I've tried using the latest iteration of Lilac Soul's script generator, but I can only give XP to the NPC, not levels.
Any ideas?
Thanks in advance
Skorum
I am a long time player of NWN, but a dipping my toe into mod building community.
I am trying to create a game where the enemies scale to a predetermined level with the PC... but I'm having difficulty and wonder if you could help?
The action is called from the OnPerceive function and I think I want the NPC to get the PC's level and then add that plus X (let's say 5 for the sake of argument) to the NPC level.
I've tried using the latest iteration of Lilac Soul's script generator, but I can only give XP to the NPC, not levels.
Any ideas?
Thanks in advance
Skorum
0
Comments
TR
Keep in mind. Most of the level up scripts will only work if
1. The creature has only been edited and leveled via the toolset level function using packages, and not manually.
2. They are at level 1. You can freely edit them as much as you wish. And the function will still work.