summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c b/TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c
deleted file mode 100644
index 43af0ec..0000000
--- a/TemplePushing.c4s/CliffPushing.c4d/Rules.c4d/OnlyScrolls.c4d/Script.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*-- Nur Schriftrollen --*/
-
-#strict
-
-protected func Activate(iPlr) {
- MessageWindow(GetDesc(),iPlr);
-}
-
-func Initialize()
-{
-SetGamma(RGB(5,5,10),RGB(80,80,150),RGB(200,200,255));
- var pObj;
- if (!FindObject(SPNP)) SPWN->Initialize();
- while (pObj = FindObject(SPNP,0,0,0,0,0,0,0,0,pObj))
- {
- pObj->Initialize();
- RemoveObject(FindContents(0,pObj));
- CreateContents(SCRL,pObj);
- }
-return(10);
-}