function scr_platmode_talk_init(arg0 = id, arg1 = "") { if (instance_exists(arg0)) { with (arg0) { var helper = instance_create(x, y, obj_plat_slash_to_talk); helper.owner = self; helper.extflag = arg1; on_talk_slash = function(arg0) { }; } } }