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/Misc.c4d/FestiveClonks.c4d/Script.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c (limited to 'TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c') diff --git a/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c new file mode 100644 index 0000000..656a32b --- /dev/null +++ b/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c @@ -0,0 +1,12 @@ +/*-- Festliche Clonks --*/ + +#strict 2 +#appendto CLNK + +func Construction () { + if (mode == MODE_Festive) + { + if(GetID() == CLNK) SetGraphics(0, this, FSVC); + return (_inherited (...)); + } +} -- cgit v1.2.3-54-g00ecf