QUOTE(Golden Thief @ May 8 2008, 06:04 PM)
wellunhappy found the item and globals once you get the letter. You could first clua the letter which should but may not set the globals and if they don't set these globals use SK to set them and see what happens. Then head to finish the quest.
hope this helps
----------------
Letter is "TULETTE4.ITM"
Globals for when you get it should be
SetGlobal("VP_Letter_Is_Found","MYAREA",1)
IncrementGlobal("VP_Create_Garron","GLOBAL",1)
First off. THANKS
Okay i'm fine with IncrementGlobal("VP_Create_Garron","GLOBAL",1) Done
but
SetGlobal("VP_Letter_Is_Found","MYAREA",1) is not something you can mess bout with SK, how do set MYAREA?
simply adding VP_Letter_Is_Found GLOBAL 1 does nothin
am I being really stupid you can tell me it's okay.