Fallout 4

Fallout 4

View Stats:
CruX Jan 26, 2018 @ 3:33pm
player.additem question [please help]
What does it mean when you see getglobalvalue 0.00 after adding an item to inventory?

I typed.. player.additem 00023742 1 (thus adding 1 radaway)

It added the item to my inventory perfectly fine, but.. That text of getglobalvalue 0.00 appeared right under it in the command console.. Not sure what that signifies..

As when adding other items like a bobby pin.. player.additem 0000000a 10
I don't get that globalvalue thing appearing after it..

Does anyone know? Much thanks.

_______________

EDIT: As I know what getglobalvalue means.. I just don't know what the significance of it means, when appearing as 0.00 after entering an additem code.
Last edited by CruX; Jan 26, 2018 @ 3:42pm
< >
Showing 1-5 of 5 comments
bLaCkShAd0w Jan 26, 2018 @ 3:44pm 
Ive used global values in quest scripts.

Normally a script contents are self contained. Meaning you cant refrence something from one script to another. (There is ways now to do this)

Global values can be accessed by all scripts, although its best to avoid it as there are more efficient ways to do things. Much like multicast on a router.

I wouldnt worry about it, It is just part of the process of the additem command for that particular item.
To properly use globals you also need to specify which one ( much like the item code for additem) seeing as it did not include one on your console log it didnt actually execute anything.
Last edited by bLaCkShAd0w; Jan 26, 2018 @ 3:45pm
Mr.Gibson Jan 26, 2018 @ 3:46pm 
Originally posted by CruX:
What does it mean when you see getglobalvalue 0.00 after adding an item to inventory?

I typed.. player.additem 00023742 1 (thus adding 1 radaway)

It added the item to my inventory perfectly fine, but.. That text of getglobalvalue 0.00 appeared right under it in the command console.. Not sure what that signifies..

As when adding other items like a bobby pin.. player.additem 0000000a 10
I don't get that globalvalue thing appearing after it..

Does anyone know? Much thanks.

_______________

EDIT: As I know what getglobalvalue means.. I just don't know what the significance of it means, when appearing as 0.00 after entering an additem code.
Honestly, It's just Fallout outputting a value to the console, It's nothing to be worried about. Sometimes it happens when giving yourself ANYTHING, nobody knows why. I know It's a GECK value too but I think It's just something that happens because of the engine. I can try to do more research on it if you'd like.
CruX Jan 26, 2018 @ 3:47pm 
I wasn't trying to get the value of anything.. It just appeared as 0.00 underneath the entered command.. I was concerned that it bugged it in some way and now there are 0.00 radaways to be found open world..

Just wasn't sure the significance of it appearing under the additem.. Cause it didn't appear when I added bobby pins or caps, just when I entered the item code for radaway, tho I haven't tried other item codes.. I was just concerned.
Last edited by CruX; Jan 26, 2018 @ 3:48pm
bLaCkShAd0w Jan 26, 2018 @ 3:50pm 
Originally posted by CruX:
I wasn't trying to get the value of anything.. It just appeared as 0.00 underneath the entered command.. I was concerned that it bugged it in some way and now there are 0.00 radaways to be found open world..

Just wasn't sure the significance of it appearing under the additem.. Cause it didn't appear when I added bobby pins or caps, just when I entered the item code for radaway, tho I haven't tried other item codes.. I was just concerned.

Dont be its fine :steamhappy:
CruX Jan 26, 2018 @ 4:01pm 
Thanks for letting me know, I appreciate it.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Jan 26, 2018 @ 3:33pm
Posts: 5