* Title: Cheate
* Description: Rakstiet čītu
* GM Version: 7
* Registered: nē
* File Type: gmk
* File Link: Download Nospiezot ctrl+shift jums izleks Tabula kur kodu ierakstīt ierakstiet [score] un jus dabusiet 100 score
Step eventā jaliek.
Code
if keyboard_check_pressed(vk_control) and keyboard_check_pressed(vk_shift)
{
cheate=get_string('Ievadiet kodu','TE')
if cheate='live'
{
lives+=1
}
else
if cheate='score'
{
score+=100
}
else show_message('Kods nepastav')
}