NScumm.Sword1.Logic.fnGreen C# (CSharp) Method

fnGreen() private method

private fnGreen ( SwordObject cpt, int id, int a, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
a int
b int
c int
d int
z int
x int
return int
        private int fnGreen(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            _screen.FnFlash(Screen.BORDER_GREEN);
            return SCRIPT_CONT;
        }