Quadruple-Q
A small coding error?
Code:
if e1_chat_lucas_boobs and not achievement.has("Send_Nudes"):
$ achievement.grant("Send_Nudes")
$ achievement.sync()
show screen notifyAch("\'You don't even have to ask\'","e1_ach_send_nudes")
$ luc_love +=1
mc_t "Oh my god... this idiot..."
mc_t "Also, what the hell is wrong with me!?"
mc_t "Jesus..."
The problem is that you can get achievements only once since they are persistent. So if you already have the achievement from a previous game, you do not get the love point for showing mc's tits to Lucas if you watch the locker fuck scene.
Next problem is that the achievement.grant("Send_Nudes") is coded only once in the script in the watch branch, so if you don't watch the fuck scene, you can show tits to Lucas and get the love point but not get the achievement.
Code:
if e1_chat_lucas_boobs:
$ luc_love +=1
mc_t "Also, what the hell is wrong with me!?"
mc_t "Jesus..."