Jump to content

Create NPC that hates the player


Recommended Posts

How do I create an npc that hates the player no matter what, Alval Uvani style. Does it have to be scripted?

I need this npc to have a bad attitude in general and be completely dismissive of the player, no matter the fame or personality.

If possible, whenever the player tries to talk to him, just give a quick unpolite response and walk away.

Please let me know if you have an idea.

 

Link to comment
Share on other sites

A NPC who hates the player is more likely to attack him.

 

You should better give him dialogues with a strong disgust/angry expression and tick the goodbye box if you want to give the feeling the NPC doesn't like the player.

Edited by Oblivionaddicted
Link to comment
Share on other sites

npc who has low dispotion will generally anger to player. writing npc script can help keeping disposition low.

 

Ex.

If npc.getdisposition player >= 30

Npc.Setdisposition player 0

Endif

End

 

In addition, topic condition can be used.

In condition tap of topic, use GetisID condition.

 

Ex.

Greeting topic of npc

GetIsID, Npc == 1

Set Immotion : anger 100 in dialogue and Check goodbye box. So that topic will be used when activate that npc.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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