03-12-2008, 01:22 AM
Code:
' Update the item
Quest(n).Name = Parse(2)
Quest(n).SayStart = Parse(3)
Quest(n).NotReady = Parse(4)
Quest(n).Completed = Parse(5)
Quest(n).AlreadyDone = Parse(6)
Quest(n).GiveExp = Val(Parse(7))
Quest(n).GiveItem = Val(Parse(8))
Quest(n).GiveItemVal = Val(Parse(9))
Quest(n).TakeItem = Val(Parse(10))
Quest(n).TakeItemVal = Val(Parse(11))
Quest(n).NpcStart = Val(Parse(12))
Quest(n).ItemStart = Val(Parse(13))
It only highlights the first line about quest but thats because thats the first error it gets. Its pretty much the whole quest thing isnt defined. And it has the Sub thing at the top.