It still throws me the same error on the hello warrior! line
Edit: Got rid of that error,now it gives me an error that just says:
Error in dialog line:
[666, "has_iron", [], "Really? Well, now give it to me and I will forge you a great sword {young man/lassie}! ","close_window",[[[<1530, "trp_player","itm_great_sword",14>]],[[2133,"$iron_sword",2]]]],
MY code for the dialog is this atm
[trp_antler, "start", [[eq,"$iron_sword",2]], "Greetings {playername}.","bye2",[]],
[trp_antler|plyr, "bye2", [], "Greetings to you too, smithee.","close_window",[]],
[trp_antler, "start", [[eq,"$iron_sword",1]], "Do you have an iron bar?","iron_find_question",[]],
[trp_antler|plyr, "iron_find_question", [(player_has_item,"itm_iron")], "Yes.", "has_iron",[(call_script,"script_end_quest","qst_sword")]],
[trp_antler|plyr, "iron_find_question", [], "No, not yet.", "close_window",[]],
[trp_antler, "has_iron", [], "Really? Well, now give it to me and I will forge you a great sword {young man/lassie}! ","close_window",[[[(troop_add_item, "trp_player","itm_great_sword",imod_tempered)]],[[assign,"$iron_sword",2]]]],
[trp_antler, "start", [[eq,"$iron_sword",0]], "Hello warrior! You seem like somone who uses their sword alot.", "god1",[]],
[trp_antler|plyr, "god1", [], "I do.", "god2",[]],
[trp_antler, "god2", [], "I can forge you a sword if you bring me an iron bar.", "god3",[]],
[trp_antler|plyr, "god3", [], "Alright, that's a nice offer. I'll bring you an iron bar. ", "godyes",[
(setup_quest_text, "qst_sword"),
(str_store_string, s2, "@Antler said he could forge me a great sword made out of iron if I brought him 1 iron bar."),
(call_script,"script_start_quest","qst_sword","trp_antler"),]],
[trp_antler|plyr, "god1", [], "No, I rarely use my sword. ", "close_window",[]],
[trp_antler|plyr, "god3", [], "I don't need another sword. ", "close_window",[]],
[trp_antler, "godyes", [], "Excellent!", "close_window",[[assign,"$iron_sword",1]]],