Help with Terminal's Item Result Script

Post » Sun Sep 04, 2011 7:50 pm

Hi there.

I got this script in my custom terminal Item Result Script window...

Player.MoveTo BLStartingMarkerPlayer.RemoveAllItems BLLockerItemsREFForceTerminalBack


... but when I choose the appropriate option in the terminal, the game crashes.
When I remove the third line from the script, everything is OK.

So my question is:
Does anybody know why this is happening?
Or does anybody know how to achieve the same result by some kind alternative use of that "ForceTerminalBack" feature?

Thanks in advance.
A.
User avatar
Justin
 
Posts: 3409
Joined: Sun Sep 23, 2007 12:32 am

Post » Mon Sep 05, 2011 1:05 am

Why do you need to use the ForceTerminalBack command? I thought that once the player is moved, the view would go back out of the terminal.

If that is not the case, then try putting the ForceTerminalBack command at the start, before "MoveTo" command.
User avatar
Elea Rossi
 
Posts: 3554
Joined: Tue Mar 27, 2007 1:39 am

Post » Sun Sep 04, 2011 3:17 pm

Player.MoveTo used to act as a Return, I'd try putting it at the end and see if that makes any difference.
User avatar
James Potter
 
Posts: 3418
Joined: Sat Jul 07, 2007 11:40 am

Post » Sun Sep 04, 2011 6:38 pm

You HAVE to forceterminalback all the way out of the terminal before doing a 'moveto' command.
That is okay though, because even if you force out of the terminal, the remaing script will still run. I found this out with my own teleport terminal.

But you do need to do the 'moveto' last...
User avatar
Sabrina Schwarz
 
Posts: 3538
Joined: Fri Jul 14, 2006 10:02 am

Post » Sun Sep 04, 2011 9:41 pm

Thanks for replies guys.

I tried all the combinations (tried to put ForceTerminalBack to the first position and middle position) but none of them works. It seems that command is bugged or something...
User avatar
Fam Mughal
 
Posts: 3468
Joined: Sat May 26, 2007 3:18 am


Return to Fallout: New Vegas