Jump to content

Fallout 3 add to inventory script need help


strike105x

Recommended Posts

scn itemScript

short DoOnce

begin gamemode
set DoOnce to 0
If DoOnce < 1
	Player.Additem item 1
	set DoOnce to 1
	stopQuest QItemAdd
endif
end

 

Quest had a priority of 65

 

Seeing as that didn't work i changed the script to:

 

scn LukaHeadphonesScript

begin gamemode
Player.Additem LukaHeadphones 1

end

 

But nothing...

Link to comment
Share on other sites

I always do this for my testing items.

The quest is start game enabled box checked. and have quest script specified

the script is almost same as what u had:

 

scn itemScript

 

short DoOnce

 

begin gamemode

If DoOnce == 0

Player.Additem LukaHeadphones 1

set DoOnce to 1

endif

end

 

But it always give me the item right away!

Inever put the stop quest command on tho. maybe i should add that line huh.

Is it start game enabled checkbox?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...