Jump to content

Console, Can't create new Wormholes


Recommended Posts

Hello, i'm trying to create a new wormhole in my game (im host), i'm open console and following this steps (like in wiki):

Sadly no one line command, follow steps instead.
Spawn wormhole 1 using this command: worm1 = c_spawn("wormhole")
Spawn wormhole 2 using this command: worm2 = c_spawn("wormhole")
Create connections forth: worm1.components.teleporter.targetTeleporter = worm2
And back: worm2.components.teleporter.targetTeleporter = worm1
DONE!

both wormhole are created, but not linked, when im near nothing happen, and if i exit server and back the wormholes disappered, what im doing worng?

 

UPDATE

Lol, just found the error, when you CTRL+C and CRTL+V the lines the CTRL on console opened make the command as LOCAL, sou you shold press CTRL again to make it REMOTE and all will work...

Link to comment
Share on other sites

2 hours ago, FirePhantom said:

Lol, just found the error, when you CTRL+C and CRTL+V the lines the CTRL on console opened make the command as LOCAL, sou you shold press CTRL again to make it REMOTE and all will work...

Yuuup! :grin: I've been there.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...