Code: Select all
scene whitebg with pause(1)Code: Select all
I'm sorry, but an exception occured while executing your Ren'Py
script.
NameError: name 'pause' is not defined
While running game code:
- script at line 37 of C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\Test AA App/game/script.rpy
-- Full Traceback ------------------------------------------------------------
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\bootstrap.py", line 212, in bootstrap
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\main.py", line 303, in main
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\main.py", line 92, in run
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\execution.py", line 199, in run
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\ast.py", line 855, in execute
File "C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\renpy\python.py", line 909, in py_eval
File "<none>", line 1, in <expression>
NameError: name 'pause' is not defined
While running game code:
Ren'Py Version: Ren'Py 6.6.3a
Code: Select all
topright = Position(xpos=0.5, xanchor='right', ypos=0.0, yanchor='top')
Code: Select all
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
On line 4 of C:\Documents and Settings\Sam Hobson\My Documents\renpy-6.6.3-full\renpy-6.6.3\Test AA App/game/script.rpy: expected statement.
topright = Position(xpos=0.5, xanchor='right', ypos=0.0, yanchor='top')
^
Ren'Py Version: Ren'Py 6.6.3a

