SCUM
Grinch843 Oct 19, 2021 @ 2:26pm
Spawn Item Command?
Is there a way to spawn in an item with a specific durability?
Originally posted by Deathwhisper:
Hello :)

You can do the following to achieve what you desire :

#Spawnitem BP_Guitar #SetHealthToItemInHands 0.5

First command spawns the Item, second command Set the health of the item in your hand to a value between 0 and 1.0
< >
Showing 1-7 of 7 comments
A developer of this app has indicated that this post answers the original topic.
Deathwhisper Oct 19, 2021 @ 3:09pm 
Hello :)

You can do the following to achieve what you desire :

#Spawnitem BP_Guitar #SetHealthToItemInHands 0.5

First command spawns the Item, second command Set the health of the item in your hand to a value between 0 and 1.0
Grinch843 Oct 19, 2021 @ 3:11pm 
Originally posted by Deathwhisper:
Hello :)

You can do the following to achieve what you desire :

#Spawnitem BP_Guitar #SetHealthToItemInHands 0.5

First command spawns the Item, second command Set the health of the item in your hand to a value between 0 and 1.0

Thanks!
くたばれ Oct 19, 2021 @ 6:17pm 
#Spawnitem BP_Guitar 1 Health 10
Will spawn a guitar with 10% health
Last edited by くたばれ; Oct 19, 2021 @ 6:17pm
AndreyGL Oct 20, 2021 @ 12:51pm 
Use this #Spawnitem BP_Guitar health 99 - one line, one command
Health parametr from 1 - 99 (0-100%) durability
Last edited by AndreyGL; Oct 20, 2021 @ 12:53pm
I am quite confused about the healt parameter: is it from 1 to 99 or is it from 0 to 0.1?
Dribs Nov 10, 2021 @ 3:21am 
Why, I wonder?
Grinch843 Nov 12, 2021 @ 12:07pm 
Originally posted by SYS64738:
I am quite confused about the healt parameter: is it from 1 to 99 or is it from 0 to 0.1?

1 to 99, 25 would be 25%, 67 would be 67% etc.
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Oct 19, 2021 @ 2:26pm
Posts: 7