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

fnPurple() private method

private fnPurple ( 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 fnPurple(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            _screen.FnFlash(Screen.BORDER_PURPLE);
            return SCRIPT_CONT;
        }