Ambushed!
New Objective Unlocked!
- Beat up 10 Goblin Runts to scare off the attacking force.
| You got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left... | |||||
| What... what happened? I thought I was going to die.
You saved me? Why, I never would have suspected that you would be able to take down an undead commander so soon... you are truly something special. I owe you my life... I wish I could take you home to Esert, but the rebels here need your help. Take this sword instead. It's my most prized possession. |
|||||
| The healers burn Lt. Graves's tooth over an open flame, and sift the ashes into Enrick's medicine. They force Enrick to drink the potion, and soon his ghoulish screams turn to the bewildered cries of an old man waking from a nightmare. | |||||
| You got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left... | |||||
|
|||||
| What... what happened? I thought I was going to die. | |||||
|
|||||
|
Usage
Start with...
{{CutScene_Start
| title_l = Title of the left blue box
| text_l = Text of the left blue box
| title_r = Title of the right blue box
| text_r = Text of the right blue box
}}
Dialog With Image On the Left
{{CutScene_Dialog_L
| name = Name Under The Image
| image = File:imagename.ext
| text = _Your dialog here_
}}
Dialog With Image On the Right
{{CutScene_Dialog_R
| name = Name Under The Image
| image = File:imagename.ext
| text = _Your dialog here_
}}
Description text (grey background (auto. Italic))
{{CutScene_Dialog_C
| text = _your description text here_
}
Equipment change (blue background)
{{CutScene_Dialog_E
| image = File:imagename.ext
| text = Equipment change text here
}}
Travel (Green background)
{{CutScene Diaolog T
| image = File:imagename.ext
| text = Travel description here
}}
Gold (Gold background)
{{CutScene_Dialog_G
| amount = amount here (e.g. 150)
}}
End with...
{{CutScene_End
| chapter = chapter number
| type = main OR side OR event
| pre = pagename of previous Quest
| next = pagename of next Quest
}}
Notes
CutScene Start
- When
title_lis omitted or empty, only the right block appears above the CutScene. - When
title_ris omitted or empty, only the left block appears above the CutScene. - When
title_landtitle_rboth are omitted or empty, no blue blocks appear above the CutScene.
Big Letter
- The big letter in can be achieved by
{{b}}T{{-b}}extwhich results in: Text
Images in dialogs
- Don't use brackets [] around your images →
File:___.extwith:- CutScene Dialog L
- CutScene Dialog R
- CutScene Dialog E
- CutScene Dialog T
Lists
- To use a list in CutScene Dialog C (grey background) revert to html:
<ul> <li>item 1</li> <li>item 2</li> <li>item 3</li> </ul>
Complete Example
The code
Simple table template to maintain consistency between cut scene's. CutScene_Start and CutScene_End are required.
{{CutScene_Start
| title_l = Ambushed!
| text_l = My beloved mentor, Enrick, has been stabbed! I need to take him to a healer, but before I do, I must defend the village from a horde of goblins. Friends, join the fight against Zeruul before he burns your village, too!
| title_r = New Objective Unlocked!
| text_r = - Enrick, and Esert, are in danger! It's up to you to defeat the '''goblins''', the minions Zeruul left behind.
- Beat up '''10 Goblin Runts''' to scare off the attacking force.
}}
{{CutScene_Dialog_L
| name = Captain Glorin
| image = File:CutScene CaptainGlorin.jpg
| text = {{b}}Y{{-b}}ou got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left...
}}
{{CutScene_Dialog_R
| name = Enrick
| image = File:Enrick.jpg
| text = {{b}}W{{-b}}hat... what happened? I thought I was going to die.
You saved me? Why, I never would have suspected that you would be able to take down an undead commander so soon... you are truly something special.
I owe you my life... I wish I could take you home to Esert, but the rebels here need your help. Take this sword instead. It's my most prized possession.
}}
{{CutScene_Dialog_C
| text = The healers burn Lt. Graves's tooth over an open flame, and sift the ashes into Enrick's medicine. They force Enrick to drink the potion, and soon his ghoulish screams turn to the bewildered cries of an old man waking from a nightmare.
}}
{{CutScene_Dialog_L
| name = Captain Glorin
| image = File:CutScene CaptainGlorin.jpg
| text = {{b}}Y{{-b}}ou got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left...
}}
{{CutScene_Dialog_E
| image = File:CutScene_WoodsmanEnergy.png
| text = You have received: 1 x [[Woodsman_Energy#Woodsman_Energy | Woodsman Energy ]]
}}
{{CutScene_Dialog_R
| name = Enrick
| image = File:Enrick.jpg
| text = {{b}}W{{-b}}hat... what happened? I thought I was going to die.
}}
{{CutScene Dialog T
| image = File:CutScene Ecorae.png
| text = Travel to Ecorae
}}
{{CutScene Dialog G
| amount = 500
}}
{{CutScene_End
| chapter = 1
| type = main
| pre = Side Quests
| next = Main Quests}}
The result
Ambushed!
New Objective Unlocked!
| You got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left... | |||||
| What... what happened? I thought I was going to die.
You saved me? Why, I never would have suspected that you would be able to take down an undead commander so soon... you are truly something special. I owe you my life... I wish I could take you home to Esert, but the rebels here need your help. Take this sword instead. It's my most prized possession. |
|||||
| The healers burn Lt. Graves's tooth over an open flame, and sift the ashes into Enrick's medicine. They force Enrick to drink the potion, and soon his ghoulish screams turn to the bewildered cries of an old man waking from a nightmare. | |||||
| You got the tooth? Quickly, give it to me... we must burn it and add it to Enrick's daily potion. He hasn't got much time left... | |||||
|
|||||
| What... what happened? I thought I was going to die. | |||||
|
|||||
|




