Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request - Manage Encounter #152

Closed
Christian-Vassallo opened this issue May 3, 2018 · 1 comment
Closed

Request - Manage Encounter #152

Christian-Vassallo opened this issue May 3, 2018 · 1 comment

Comments

@Christian-Vassallo
Copy link

Christian-Vassallo commented May 3, 2018

Hello everybody and thanks for your work.

One of the big problem in NWN is that encounter are, for most of the time, fixed.
This means that an encounter can be defined only from toolset and it can't be changed through scripts.

The functions with which I can manage the encounter objects are only these:
https://nwnlexicon.com/index.php?title=Category:Encounter_Functions

Example: if I want to have a random group of monster (Bugbear instead of Undead or so on) I can do it with some bypass system but it is a dirty way.

Can you think to add some functions that allow too modify the entries object in the encounter?

Example:
AddCreaturesInListEncounter(int IndexCreature, string TagCreature, int GSCreature, string ResRefCreature, int isUnique)
SetFactionEncounter(int Function, object Encounter)
etc...

What do you think?

@mtijanic
Copy link
Member

Done by Daz in #272.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants