Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quest Editor Problem
#4
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)