```
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/office.rpy", line 185: u'text_textalign' is not a keyword argument or valid child for the textbutton statement.
textbutton "Ask about Susan" action Jump("office_boss_susan") text_outlines [ (absolute(5), "#000", absolute(0), absolute(0)) ] text_size 85 text_textalign 1.0 xalign 1.0
^
File "game/script.rpy", line 4931: u'textalign' is not a keyword argument or valid child for the text statement.
text "Megan will wear different styles of clothes. You can assign her a uniform or let her select what she wants to wear. This will depend on available items in her inventory, as well as her level of Corruption." size 24 textalign 1.0 color "#000000" xalign .99
^
File "game/script.rpy", line 6946: u'textalign' is not a keyword argument or valid child for the text statement.
text "Mall\nOpen Noon, Afternoon, Evening" align .99,.99 textalign 1.0
^
File "game/university.rpy", line 421: u'text_textalign' is not a keyword argument or valid child for the textbutton statement.
textbutton "Give a\nLecture" action Jump("university_lecture_give") text_outlines [ (absolute(5), "#000", absolute(0), absolute(0)) ] align .25,.5 text_size 125 text_textalign .5
^
File "game/university.rpy", line 3730: u'text_textalign' is not a keyword argument or valid child for the textbutton statement.
textbutton "Cut Glory\nHole" action Jump("university_cut_glory_hole") align .25,.5 text_size 125 text_outlines [ (absolute(5), "#000", absolute(0), absolute(0)) ] text_textalign .5
^
File "game/university.rpy", line 4173: u'textalign' is not a keyword argument or valid child for the text statement.
text "President\nVanderbilt" size 75 font "Bhineka.otf" color "#ffffff" outlines [ (absolute(3), "#000", absolute(0), absolute(0)) ] textalign 1.0 align .25,.5
^
Ren'Py Version: Ren'Py 7.4.11.2266
Wed Oct 29 22:18:29 2025
```