Hi guys, pretty new here, but i think i got the basics covered^^
I was wondering if there was any way i could have options for my exact profile, given within the .xml where i could make an options window pop up or anything. If not (i guess this is the easier way to do it), is there any way to set variables within the profile?
like:
// Set to "True" to do retard chain
var DoRetardChain = "False"
Then at the appropriate plave in the profile:
if var DoRetardChain = "True" then <PickUp QuestName="Trololol" QuestId="66666" GiverId="77777" />
else
*some grindarea stuff here*
I was wondering if there was any way i could have options for my exact profile, given within the .xml where i could make an options window pop up or anything. If not (i guess this is the easier way to do it), is there any way to set variables within the profile?
like:
// Set to "True" to do retard chain
var DoRetardChain = "False"
Then at the appropriate plave in the profile:
if var DoRetardChain = "True" then <PickUp QuestName="Trololol" QuestId="66666" GiverId="77777" />
else
*some grindarea stuff here*