From acb6dd29aabaaaa85138738ca5061d81bfca5191 Mon Sep 17 00:00:00 2001 From: connorhsm Date: Sun, 25 Sep 2022 01:36:08 +1000 Subject: [PATCH] Update twin command with latest UI changes --- commands/twin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/twin.js b/commands/twin.js index 149a2d4..1238410 100644 --- a/commands/twin.js +++ b/commands/twin.js @@ -5,6 +5,6 @@ module.exports = { .setName('twin') .setDescription('How to Twin (Play with friends)'), async execute(interaction) { - return interaction.reply('How to Twin (Play with friends)\n\nTwinning is the broad term used for spawning with up to 3 friends at the same location at the same time. It is the most convenient way to play with friends.\n\nTo twin, press the [FRIENDS] button. Then, you will see a twin code at the top of the screen. Randomly generated twin codes are 3 random words. You can put whatever you want as your twin code, as long as it matches what your friend(s) puts in. After you have your twin code written, press the button at the bottom for how many players will be using the code.\nTwins = 2 people\nTriplets = 3 people\nQuadruplets = 4 people\nAfter you have pressed the button, hit [BE BORN] The screen will say "Waiting to be born as twins/triplets/quadruplets." until the last person hits [BE BORN].\n\nIf any of the group has a seed in either seed box, the twins will spawn as eves there. Sadly the eves aren\'t related, but will all have the same model. You can all choose different last names. If multiple people have seeds, the last person with one to hit [BE BORN] will decide where the game places you. If you do not want to spawn as eves, make sure that everyone in the group has removed their seeds. Then, you will spawn as babies to the same mother at the same time. You will be identical twins and all have the same model.'); + return interaction.reply('How to Twin (Play with friends)\n\nTwinning is the broad term used for spawning with up to 3 friends at the same location at the same time. It is the most convenient way to play with friends.\n\nTo twin, select "Yes" for the option "Play with friends?" (Found when you load the game, after completing the tutorial). You will now see a field with your "Twin code" select this field for more options. If you will be the first twin, you should select the relevant option on the right of how many will play with you (including yourself). So if you want to spawn with two friends, select "Triplets".\n\nAs the first twin, you can now configure the options for how you will spawn. Follow the spawn guide for more information. Once you press play, you can now give the twin code to your friends to enter and join. You will all spawn at the same time after the last person enters the code and press play.'); }, }; \ No newline at end of file