LadyHonor Posted October 22, 2013 Share Posted October 22, 2013 See+reply Link to comment Share on other sites More sharing options...
LadyHonor Posted October 22, 2013 Author Share Posted October 22, 2013 (edited) When+the+chantry+area+loads+in+my+module+a+conversation+initiates+with+a+potential+follower.+It+all+works+fine+and+dandy+up+until+the+END+DIALOGUE.+She+just+keeps+on+talking+using+an+entirely+different+converstaion.+The+condition+for+the+starting+line+is+that+she+isnt+hired.+The+condition+for+the+new+conversation+is+that+she+is+hired.+It+was+working+with+no+problems.+So+I'm+not+sure+what+the+deal+is+now.++i'll+type+the+script+portion+here+that+im+using+but+its+gonna+look+a+little+junked+up.+Sorry+in+advance....+case+EVENT_TYPE_AREALOAD_PRELOADEXIT%3A+++%7B+++if+(WR_GetPlotFlag(PLT_NB_PARTY_HIRE,+IVY_HIRED)+%3D%3D+FALSE)+++++++nbEquipStartItems()%3B++++++%7B+++++object+oIvy+%3D+GetObjectByTag(%22nb_ivy%22)%3B++++object+oPC+%3D+GetHero()%3B++++++UT_LocalJump(oPC,+WP_CHANT_PLAYER)%3B+++++UT_Talk(oIvy,+oPC)%3B++++++%7D+++++break%3B+++++%7D++++++++++Any+help+would+be+appreciated.+Thank+you... Edited October 22, 2013 by LadyHonor Link to comment Share on other sites More sharing options...
LadyHonor Posted October 22, 2013 Author Share Posted October 22, 2013 Well that just stinks. Lol it looked fine til i editted it. I left out a colon. Grrrrrrrr im so so sorry. Link to comment Share on other sites More sharing options...
Recommended Posts