Page 1 of 1

Trouble with reflective floors

Posted: Thu Aug 07, 2008 20:00
by Lucius Octavion
I tagged the sector I want to be reflective 2 and wrote out this script, but the reflection does not work! Am I doing something wrong? The sky script works though. Please help.

Code: Select all

#include "zcommon.acs"

script 1 OPEN
{
void changesky (str RSKY2, str RSKY2);
Sector_SetPlaneReflection(2, 100, 0);
}

Posted: Fri Aug 08, 2008 20:41
by Lucius Octavion
I still cannot figure out what the problem could be... I've looked at other WADs that use this feature and examined their scripts, and my reflections look like they should work fine, but they don't! Can someone please help if you're there?

Posted: Fri Aug 08, 2008 22:35
by Graf Zahl
Not without anything to look at.