#define script0 { if global.name = 'free'{ global.name = get_string("Your nickname","Your nickname:") global.pass = get_string("Your password","your password:") global.confimation = get_string ("Replace your password","") if global.confimation = global.pass { show_message("conglatulations!") } if global.confimation = global.pass = false { global.name = 'free' show_message("Wrong confirmation") } } if global.name = 'free' = false { if global.name2 = 'free'{ global.name2 = get_string("Your nickname","Your nickname:") global.pass2 = get_string("Your password","your password:") global.confimation2 = get_string ("Replace your password","") if global.confimation2 = global.pass2 { show_message("conglatulations!") } if global.confimation2 = global.pass2 = false { global.name2 = 'free' show_message("Wrong confirmation") } } } }