G.E.C.K. Scripting Issues

Post » Tue Jul 26, 2011 10:01 pm

Hello, Bethesda Forums, I'm having trouble with the GECK, when scripting it doesn't alow me to save the script.

The script I'm trying right now is:

ScriptName GunRunnersTeleportScriptBegin OnEquip player		player.moveto Teleport1		player.additem 00TeleportationStimpakGunRunnersEnd


I also tried the following:
ScriptName GunRunnersTeleportScriptBegin OnEquip		player.moveto Teleport1		player.additem 00TeleportationStimpakGunRunnersEnd


ScriptName GunRunnersTeleportScriptBegin GameMode		player.moveto Teleport1		player.additem 00TeleportationStimpakGunRunnersEnd

User avatar
Andrea Pratt
 
Posts: 3396
Joined: Mon Jul 31, 2006 4:49 am

Post » Tue Jul 26, 2011 10:38 am

You should post this in the GECK forum.

Anyway I think it's because there is no item number after the additem line. It's looking for a number of how many "00TeleportationStimpakGunRunners" you want. Try:

player.additem 00TeleportationStimpakGunRunners 1
User avatar
Chris Cross Cabaret Man
 
Posts: 3301
Joined: Tue Jun 19, 2007 11:33 pm

Post » Tue Jul 26, 2011 2:24 pm

K, I'll give it a shot, thanks for replying.
User avatar
danni Marchant
 
Posts: 3420
Joined: Sat Oct 07, 2006 2:32 am


Return to Fallout: New Vegas