Code: Select all
ne "¿Go up or not?.."
p "Of course... I really want to see your flat."
$ np += 2
ne "Great! You´ll love it!"I manage to put them on screen with:
Code: Select all
init:
##DidacPoints.
$ dp = 0
##NeusPoints.
$ np = 0
#Screen button where Points of life and other stuff is showed.
screen button:
hbox xalign 0.01:
text "{size=15}Dídac Puntos: [dp]{/size}" outlines [(1, "000", 0, 1)]
text "{size=15} Neus Puntos: [np]{/size}" outlines [(1, "000", 0, 1)]How can I show "+2 NEUS POINT!!" or "+3 NEUS POINTS" When the player arrives to that point...
To show it on the right part of the screen apearing off screen and later get back off screen for 2 seconds.
Even if the player has already 132 points... I just want the player knwos 2 Points were increased.
It´s very similar as the game "Simbro" = https://www.patreon.com/simbro is doing, I don´t know if you know that game.
Thanks!
