From 40fb3e5d61c44886b06d839a35adb0c11a5f918f Mon Sep 17 00:00:00 2001 From: Jan <> Date: Mon, 2 Feb 2015 17:53:07 +0100 Subject: CliffPushR2.c4s --- TemplePushing.c4s/System.c4g/EmptyGoblet.c | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'TemplePushing.c4s/System.c4g/EmptyGoblet.c') diff --git a/TemplePushing.c4s/System.c4g/EmptyGoblet.c b/TemplePushing.c4s/System.c4g/EmptyGoblet.c index 7c48007..655a1b3 100644 --- a/TemplePushing.c4s/System.c4g/EmptyGoblet.c +++ b/TemplePushing.c4s/System.c4g/EmptyGoblet.c @@ -5,9 +5,25 @@ func Activate(pClonk) { [$Shot$|Image=GNPW] Sound("Blast2"); - Sound("Crystal3"); - Exit(this(),-20+40*GetDir(pClonk)); - SetXDir(-100+200*GetDir(pClonk)); + Exit(this(),-10+20*GetDir(pClonk)); + SetXDir(-80+160*GetDir(pClonk)); SetYDir(-10); return(1); -} \ No newline at end of file +} + +func Hit() +{ + if (Random(2)) return(_inherited()); + else + SetYDir(-20); + Sound("BOING"); + return(1); +} +/*-- Neues Script --*/ + +#strict + +func Initialize() { + + return(1); +} -- cgit v1.2.3-54-g00ecf