Search found 3 matches

by JimmyRune
Mon Feb 06, 2012 10:03 am
Forum: Ren'Py Questions and Announcements
Topic: $ renpy.pause(<num>) gives strange error
Replies: 5
Views: 1196

Re: $ renpy.pause(<num>) gives strange error

(Mostly to show there's still interest.) The only transitions in use in the code segment reporting the error are the dissolves, both in the default "with dissolve" format and the call with the delay parameter, and the pauses. At least that way we can rule out a weird (ab)use of the transit...
by JimmyRune
Sat Feb 04, 2012 2:38 pm
Forum: Ren'Py Questions and Announcements
Topic: $ renpy.pause(<num>) gives strange error
Replies: 5
Views: 1196

Re: $ renpy.pause(<num>) gives strange error

Both standalone and as a with clause give me: File "game/mgq.rpy", line 110: expected statement. Pause 0.3 ^ So no, it needs the brackets no matter what format I use it in, but then bracketing gives the same error. I dunno, something in the chain doesn't like it. My Python knowledge is spo...
by JimmyRune
Fri Feb 03, 2012 1:17 am
Forum: Ren'Py Questions and Announcements
Topic: $ renpy.pause(<num>) gives strange error
Replies: 5
Views: 1196

$ renpy.pause(<num>) gives strange error

traceback.txt EDIT: To clarify and not come across like a total spazz: Actual error returned is "AttributeError: 'NoneType' object has no attribute 'compile'". A seemingly innocent $ renpy.pause(0.3) is causing my code to go haywire with an error that sounds suspicious like "no retur...