Page 1 of 1

Why won't this work

Posted: Tue Jun 06, 2017 7:52 pm
by kyletheinilater
SO i am trying to give me self a teleporter beacon from the teleporter mod and i have this for my command string
/c game.player.insert{name="Teleporter-beacon", count=10}
I want 10 beacons. So why won't this work?

BTW: IT tells me unknown item name

Re: Why won't this work

Posted: Tue Jun 06, 2017 9:25 pm
by Koub
The source says :

Code: Select all

name = "teleportation-beacon",
If it's the right item I have found, you should write :

Code: Select all

/c game.player.insert{name="teleportation-beacon", count=10}