• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[General] Quest description space

Status
Not open for further replies.
Level 8
Joined
Mar 12, 2008
Messages
437
So this space actually contains two text fields, namely quest requirements and quest description. Is there a good way to make it behave as one well-functioning text field?

Writing in the quest description field makes it start midway like this
13W0z0K.png

And writing using quest requirements makes it disappear outside the box, if it's more than a couple of lines. What do? Thanks in advance.
 
Level 22
Joined
Aug 27, 2013
Messages
3,973
Here is how Blizzard did their quest requirements.
  • -------- QUESTS --------
  • Quest - Create a Required quest titled The Skull of Gul'da... with the description You must retrieve t..., using icon path ReplaceableTextures\CommandButtons\BTNGuldanSkull.tga
  • Set QuestSkullofGuldan = (Last created quest)
  • Quest - Create a quest requirement for QuestSkullofGuldan with the description Destroy the Demon G...
  • Set QuestSkullReqDemongate = (Last created quest requirement)
  • Quest - Create a quest requirement for QuestSkullofGuldan with the description Bring Illidan to th...
  • Set QuestSkullReqSkull = (Last created quest requirement)
 
Status
Not open for further replies.
Top