I was trying to use this for my game and it keeps giving me an error when I try to launch the project. I've checked to make sure I have the right code for scripts and I used the code provided in the file as reference while I worked on it. I'm not sure what the problem is.
The error i got :
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 37, in script call
call phone_start
File "game/script.rpy", line 37, in script call
call phone_start
ScriptError: could not find label 'phone_start'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 37, in script call
call phone_start
File "C:\Users\Jareth\Desktop\program stuff\renpy\renpy-7.3.5-sdk\renpy\ast.py", line 1436, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/script.rpy", line 37, in script call
call phone_start
File "C:\Users\Jareth\Desktop\program stuff\renpy\renpy-7.3.5-sdk\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'phone_start'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606