Jump to content

Problems with a mod : need help !


Recommended Posts

Hi

 

I'm trying to fix Devious stories (in fact, I will change the name, all the little stories are not devious)... and I'm blocked by the scripts necessary for launching the blackmail quests...

 

I need to register NPCs death.

So, I created a script with that event :

 

On death (actor akkiller, actor akvictim)

If akvictim =...

var +1

Endif

Endevent

 

When event reach a number, the quest begins...

 

And there is the second problem : I decided to use an event which says : if player use a bedroll, so the quest progress...

 

But it's don't work...

 

 

Do you have any advices ?

Link to comment

Hi

 

I'm trying to fix Devious stories (in fact, I will change the name, all the little stories are not devious)... and I'm blocked by the scripts necessary for launching the blackmail quests...

 

I need to register NPCs death.

So, I created a script with that event :

 

On death (actor akkiller, actor akvictim)

If akvictim =...

var +1

Endif

Endevent

 

When event reach a number, the quest begins...

 

I don't see what the problem is?

 

 

And there is the second problem : I decided to use an event which says : if player use a bedroll, so the quest progress...

 

But it's don't work...

 

You can use OnSleepStart to be notified when the player interacts with a bed/bedroll, but you first need to register to receive that event, using RegisterForSleep. However, if you need it to work only for bedrolls and not beds, then that gets a bit trickier.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use