Maybe BO3 has another coordinate system. Just try to flip the values in script, e.g.:
PHP Code:
tmp= utils\math::orientToNormal(newPos["normal"]+(0.01,0.01,0.01));
tmp = (tmp[2], tmp[1], tmp[0]);
bluePortal.angles = tmp;
Maybe BO3 has another coordinate system. Just try to flip the values in script, e.g.:
PHP Code:
tmp= utils\math::orientToNormal(newPos["normal"]+(0.01,0.01,0.01));
tmp = (tmp[2], tmp[1], tmp[0]);
bluePortal.angles = tmp;
timescale 0.01
DjTranceFire (30th October 2016)