Manfegor
Active Member
- May 20, 2017
- 906
- 765
I just can't... don't... what?I take that as a no. @Manfegor , can you please advise? With this :
File "game/college.rpy", line 408, in <module>
AttributeError: 'bool' object has no attribute 'on'
There have been several such reports, exactly the same issue. v7.2
Okay, now I tore the code apart again, and checked this.
This is what I found: N-o-t-h-i-n-g
I mean, the following happens:
You don't have permission to view the spoiler content.
Log in or register now.
Then, when I blackmailed Barbara, the following happened:
You don't have permission to view the spoiler content.
Log in or register now.
And then:
You don't have permission to view the spoiler content.
Log in or register now.
Only one thing I can think about: Ppl try to use older stuff, or didn't cleared all the stuff or something like that. If somebody have this issue, the following still helps:
Code:
tell_dean_anna_home = Task(_("Tell the dean that Anna comes home"))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True
Any other question?