- Joined
- Jun 9, 2015
- Messages
- 10
- Reaction score
- 1
- First Language
- English
- Primarily Uses
I'm following Kelsper's beginner's guide and I ran into an issue. I'm on page 102 of the guide and when I try to enter most of the scripts the game crashes. The only ones that work are:
Font.default_name=["Ariel"]
Font.default_size=18
The others all cause the game to crash. They are:
Font.default_bold=False
Font.default_italic=False
Font.default_shadow=True
The guide itself says that the default settings for italics and bold are already set to false. I don't know why I should use those anyway. The only one that I would like to use but can't is the shadow effect. Here is an example of the error code:

Font.default_name=["Ariel"]
Font.default_size=18
The others all cause the game to crash. They are:
Font.default_bold=False
Font.default_italic=False
Font.default_shadow=True
The guide itself says that the default settings for italics and bold are already set to false. I don't know why I should use those anyway. The only one that I would like to use but can't is the shadow effect. Here is an example of the error code:


