Why won't this work

Post all other topics which do not belong to any other category.
kyletheinilater
Inserter
Inserter
Posts: 31
Joined: Tue May 02, 2017 12:16 am
Contact:

Why won't this work

Post 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
Koub
Global Moderator
Global Moderator
Posts: 7955
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Why won't this work

Post 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}
Koub - Please consider English is not my native language.
Post Reply

Return to “General discussion”