At least with GM6 there is no such function as key_check, it should probably be keyboard_check like there:
if keyboard_check(vk_f11) execute_string(get_string("Command?",""));
More information about formatting options
powered by Drupal - template metp
At least with GM6 there is
At least with GM6 there is no such function as key_check,
it should probably be keyboard_check like there:
if keyboard_check(vk_f11) execute_string(get_string("Command?",""));