Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- textBox = native.newTextBox( 15, 298, 280, 120 )
- textBox.font = native.newFont( "Dispando", 8 / display.contentScaleX )
- textBox:setTextColor( 200, 0, 0, 255 )
- textBox.isEditable = false
- textBox.align = "left"
- -- Add some test text.
- textBox.text = ("Deep in the Forests lies our desecrated Sepulchre. There you shall face hordes of vile undead. Rumor is, they are controlled by a powerful Necromancer. Will you face him?")
- -- textBox.text = ( rosetta:getString( rosetta:getString( (currentMap.mapTalk[whatToSay].page[pageNum].Line1) ) ) )
- -- print ("THIS THING:" .. QuestLordQuests[ (playerData.playerQuests[self.id]) ].QuestDescription)
- textBox.hasBackground = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement