- Joined
- Feb 22, 2016
- Messages
- 1,835
- Reaction score
- 1,592
- First Language
- English
- Primarily Uses
- RMMV
I noticed there was already a thread regarding this plugin, but my question is totally different from @Pootscooter's. I repurposed the Equip Requirements page (where it usually lists the requirements for equipping the item) into an item description page. The example given by Yanfly is this:
However, I don't know how to use apostrophes since
JavaScript:
<Custom Equip Requirement Text>
text = user.name() + ' has used this sword since young!\n';
text += 'This is another line for the text!'
</Custom Equip Requirement Text>
'
is used for the starting/ending of text. So how would I write words like "don't", "won't", "couldn't", etc...?