summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c12
1 files changed, 12 insertions, 0 deletions
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 (...));
+ }
+}