From de97f8b2898e8fd00c5d6108e2832b7e6cd3668f Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 18:49:15 +0100 Subject: TemplePushingB.c4s --- TemplePushing.c4s/System.c4g/Vanish.c | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'TemplePushing.c4s/System.c4g/Vanish.c') diff --git a/TemplePushing.c4s/System.c4g/Vanish.c b/TemplePushing.c4s/System.c4g/Vanish.c index 37d1d78..8eae5cb 100644 --- a/TemplePushing.c4s/System.c4g/Vanish.c +++ b/TemplePushing.c4s/System.c4g/Vanish.c @@ -11,17 +11,24 @@ protected func Hit() { if (GetID() == FARW) { - Schedule("RemoveObject()", 80, 0, 0); + Schedule("CastParticles(\"MSpark\", 20, 5, 0, 0, 25, 30, RGBa(128,128,255,0), RGBa(255,255,255,127))", 69, 0, 0); + Schedule("RemoveObject()", 70, 0, 0); } else if (GetID() == SPER) { + Schedule("CastParticles(\"MSpark\", 20, 5, 0, 0, 25, 30, RGBa(128,128,255,0), RGBa(255,255,255,127))", 49, 0, 0); Schedule("RemoveObject()", 50, 0, 0); } + else if (GetID() == TSWB) + { + CastParticles("Snow", 50, 20, 0, 0, 50, 80, RGBa(255,255,255,0), RGBa(255,255,255,0)); + Schedule("RemoveObject()", 2, 0, 0); + } else { - CastParticles("MSpark", 20,5, 0,0, 25, 30, RGBa(128,128,255,0), RGBa(255,255,255,127)); - RemoveObject(); - return 1; + CastParticles("MSpark", 20, 5, 0, 0, 25, 30, RGBa(128,128,255,0), RGBa(255,255,255,127)); + Schedule("RemoveObject()", 5, 0, 0); + return _inherited(); } } -- cgit v1.2.3-54-g00ecf