Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
how to do a " while using %file.writeLine
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to do a " while using %file.writeLine (Read 586 times)
Waru
January 06, 2015, 07:02:38 PM
%file.writeLine(" uiName = "WeaponName";");
gives me a syntax error because of the "" around WeaponName, how to fix?
Ad Bot
Advertisement
Greek2me
January 06, 2015, 07:13:43 PM
Precede it with a backslash: \
This is called an escape character.
What are you actually trying to do, though? There might be a better method.
Waru
January 06, 2015, 07:53:43 PM
a very roundabout way to generate weapons
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
how to do a " while using %file.writeLine