Okay, another error lmao. Right after this screen... I think I will give up..

Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "code/_chapters/art_chapter02.rpyc", line 64, in script
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\ast.py", line 1678, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\exports.py", line 1758, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 2978, in do_with
return self.interact(trans_pause=True,
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Users\fatih\Desktop\_ARTEMIS-0.5.1-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Windows-10-10.0.26100 AMD64
Ren'Py 8.1.3.23091805
_Artemis 0.6
Tue Apr 15 19:52:56 2025
```