Jump to content

Skript Text Help


foxyplush

Recommended Posts

So, this might be confusing, but I want to make a command that makes it so a player can type something, and if I were to do a different command, I would be able to see what that player typed.

This might help with the question

		arg-1 is "Text":
			add arg-1 to {Text}
		arg-1 is "SeeText":
			send "%{Text}%" to player

The player would do /<command> Text <text>,

Then I would do /<same command> SeeText, then it would show me what the player typed in '<text>'

Link to comment
Share on other sites

Change add arg-1 to {Text} to set {Text} to arg-1. Then the rest of your code should work. But if you want to make it a per person thing, you would need to change the variable to like {Text::%player's uuid%} and add a optional player argument for the seetext part. 

 

Moved to Skript Discussion

Please post in the right category next time when asking for skript help on the forums.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...