Jump to content

Heres another question!! Woo Hoo!!


TDL_Guvie

Recommended Posts

What do you have to do if you want an NPC to attack you after you talk to them.

 

So my NPC can be like "Die you dirty fat Guar Dung" then sword the PC to death. :rip:

I'm reallyl starting to like that Result Box In the Dialouge section, hopefully I can make

 

this happen through that as well. Also a question for scripters... This is more aimed

 

towards those who have only worked with Morrowind Script, but How long once you

 

started scripting did it take before you were able to script well?

 

--Guvie

Link to comment
Share on other sites

Add
StartCombat, Player
and
SetFight, 100
to the result section. BTW, in result section you must type each result in the next line, you can't put two results in same line.
Link to comment
Share on other sites

Thanks. But heres another problem, I was told that in order to add remove Items, you had to add additem "ITEM ID" or removeitem "ITEM ID".to the results section. Well, that sounded easy enough, but my NPC that should put 3 items in my inventory won't do it. This is exactly what I put in the results section:

 

player->additem "potion_local_liquer_01"

player->additem "gold_100"

player->additem "_key_bordskey_01"

 

I also tried:

 

additem "potion_local_liquer_01"

additem "gold_100"

additem "_key_bordskey_01"

 

I did this in a greeting that has the "Talked to PC = 1" Function applied as well as a specific NPC ID to say and do this. What am I doing wrong?

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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