Superlienju: I didn't fight the soldiers [...] It was quite tempting [...]
You could have crafted more ammo. ;)
I know what you mean. I also resisted at first, but...then I gave in. ^^
That smug prick half-way on the right - I did a manual save, and then I just couldn't resist accidentally on purpose place a Gorilla arm laden fist into his face plate.
Fun fact: his buddies didn't think it was an accident, and when they failed to listen to reason (they started shouting, especially one who sounded like his boyfriend, and then began shooting at me), I had to expend enough ammo to make the shouting stop.
Felt good, actually.
Now, as to the teleport coordinates...
Assuming you got CET installed (a must, really), here's the code to the second floor:
loc = { x = -1571.9397, y = -2346.3455, z = 57.906265 } Game.GetTeleportationFacility():Teleport(Game.GetPlayer(), Vector4.new(loc.x, loc.y, loc.z, 1), EulerAngles.new(0, 0, 0))
And the code to get back down, by the elevator entrance:
loc = { x = -1572.0449, y = -2346.1848, z = 44.05036 } Game.GetTeleportationFacility():Teleport(Game.GetPlayer(), Vector4.new(loc.x, loc.y, loc.z, 1), EulerAngles.new(0, 0, 0))