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
Why won't this work
-
- Inserter
- Posts: 31
- Joined: Tue May 02, 2017 12:16 am
- Contact:
Re: Why won't this work
The source says :
If it's the right item I have found, you should write :
Code: Select all
name = "teleportation-beacon",
Code: Select all
/c game.player.insert{name="teleportation-beacon", count=10}
Koub - Please consider English is not my native language.