TDL_Guvie Posted March 22, 2004 Share Posted March 22, 2004 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 More sharing options...
Xeniorn Posted March 22, 2004 Share Posted March 22, 2004 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 More sharing options...
TDL_Guvie Posted March 22, 2004 Author Share Posted March 22, 2004 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 More sharing options...
ThetaOrionis01 Posted March 22, 2004 Share Posted March 22, 2004 You need to specify the number of items you want to add or remove, eg. player->additem "Gold_001" 35 Link to comment Share on other sites More sharing options...
Xeniorn Posted March 22, 2004 Share Posted March 22, 2004 Sorry, I forgot to menion it. :oops: Link to comment Share on other sites More sharing options...
TDL_Guvie Posted March 22, 2004 Author Share Posted March 22, 2004 No Problem.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.