Trouble with reflective floors
Posted: Thu Aug 07, 2008 20:00
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);
}