Psychotogen Posted June 12, 2013 Share Posted June 12, 2013 (edited) I'm creating a mod. That will remove dungeon map markers and use quest log descriptions instead, I've done quests with fixed dungeons no problem and now I want to do the ones with radiant dungeons. But I am not a seasoned modder or scripter. So here is my pseudo code, I don't even know if it's possible: (Insert script to determine dungeon here) Get <radiant dungeon> If <radiant dungeon> = "dungeon1" Add to quest log To "description" Or change quest log End if If ( rinse and repeat for all radiant dungeon options) End if If that doesn't work what about using the setcurrentstageid function and using a whole bunch of stages ? So yeah that's my logic any help is appreciated even if there's a less bulky way to write it. Edited June 12, 2013 by Psychotogen Link to comment Share on other sites More sharing options...
Recommended Posts