diff options
| author | Jan <> | 2015-02-02 18:49:15 +0100 |
|---|---|---|
| committer | Jan <_> | 2015-07-10 17:52:21 +0200 |
| commit | de97f8b2898e8fd00c5d6108e2832b7e6cd3668f (patch) | |
| tree | dc8d478aec0b71e0c4dd797e51080335220d02cf /TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c | |
| parent | ca61c54b9bd69af897e4cc9d4385137fb56fd11a (diff) | |
| download | tempelschubsen-de97f8b2898e8fd00c5d6108e2832b7e6cd3668f.tar.gz tempelschubsen-de97f8b2898e8fd00c5d6108e2832b7e6cd3668f.zip | |
TemplePushingB.c4s
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/FestiveClonks.c4d/Script.c | 12 |
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 (...)); + } +} |
