Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (keyboard_check_pressed(ord('X'))
- {
- var played = false;
- ini_open("NomeFile.ini");
- played = ini_read_real("Section", "Key", false);
- ini_close();
- if (!played)
- {
- // Riproduci il tutorial
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement