Interstitial Ads on respawn

Hello, would like to show interstitial ads once the player respawns for x amount of times. How can i count the number of restarts???

Add 1 to a variable for each restart. :slight_smile:

Hi Gruk, i tried doing it that way but think I am doing something here, please take a look

Change the global variable VDOAD to 0 at the beginning of the scene. Tried it putting in some other actions to check if it works and it doesn`t. What am i doing wrong here?

You’re using a change scene action, so the scene changes. You need to add conditions to that action so that the ad can be shown before the scene changes.