I am just making a script and I came across a problem.
How do I get Scar to rotate you angle so it faces North, and get the highest view possible?
I'v seen it done in other scripts, and was wondering how to do it.
Printable View
I am just making a script and I came across a problem.
How do I get Scar to rotate you angle so it faces North, and get the highest view possible?
I'v seen it done in other scripts, and was wondering how to do it.
SCAR Code:Face('N');
HighestAngle;
i believe that works, you may have to change 'Face' to something else
I think Face Doesn't work anymore.. ( Not sure)
If it doesn't work
Change it to
MakeCompass('N')
ok, Face will be in the next version of SRL then
do I need to include something? because I get
[Error] (12:1): Unknown identifier 'HighestAngle' in script C:\Program...
Do you have SRL {.include -}'d?
Once again Thanks You guys,
BTW
Face did not work
MakeCompass Did.
PerfectNorth is another alternative.
PerfectNorth; likeI Pick Axes said calls MakeCompass('North'); like 3-4 times, then it raises the camera angle to its highest position. I perfer to use it to any others.