- Joined
- Jul 24, 2013
- Messages
- 6
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I am pretty new at this so....
I am using a script called Quest Journal and I created a quest and I got this:

from this script:
when 1 # Quest 1 - Find the Hithrow pieces 1/5 q[:name] = "Find the Hithrow pieces 1/5" q[:level] = 1 q[:icon_index] = 3 q[:description] = "The Pieces of this magical crystal called the Hithrow crystal disappeared." q[
bjectives][0] = "Talk to Archeologist" q[
bjectives][1] = "Search the Gorna tower for the piece" q[
bjectives][2] = "Slay the beast who lives in the tower" q[
bjectives][3] = "Return the stone to the Archeologist" q[
rime_objectives] = [1] q[:custom_categories] = [] q[:banner] = "" q[:banner_hue] = 0 q[:client] = "Guartan Archeologist" q[:location] = "Gorna tower" q[:common_event_id] = 0 q[:rewards] = [ [:item,1,3], [:gold,200], ] q[:layout] = falsePlease Help!
I am using a script called Quest Journal and I created a quest and I got this:

from this script:
when 1 # Quest 1 - Find the Hithrow pieces 1/5 q[:name] = "Find the Hithrow pieces 1/5" q[:level] = 1 q[:icon_index] = 3 q[:description] = "The Pieces of this magical crystal called the Hithrow crystal disappeared." q[

