Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
this only allows the user to change there name to the SNS-String variable.
It would be better if u remove this.
This is also really simple so im not sure if it will be approved.
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Substring(SNS_EnteredString, 1, (Length of SNS_String))) Equal to SNS_String
Then - Actions
Player - Set name of (Triggering player) to (Substring((Entered chat string), ((Length of SNS_String) + 1), (SNS_NameLimit + (Length of (Entered chat string)))))
this only allows the user to change there name to the SNS-String variable.
It would be better if u remove this.
This is also really simple so im not sure if it will be approved.
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Substring(SNS_EnteredString, 1, (Length of SNS_String))) Equal to SNS_String
Then - Actions
Player - Set name of (Triggering player) to (Substring((Entered chat string), ((Length of SNS_String) + 1), (SNS_NameLimit + (Length of (Entered chat string)))))
Also, what's the point of the first if-then-else if you're still just gonna use the entered substring as is... you change it to lower cases if capital is not allowed, but then you still change the name into Substring(entered chat string) meaning you still use the original string... rendering what you did on the first if-then-else, useless...
Also you have a max limit variable but you just add it to the length of the string??? Do you realize that it results to a no max limit actually...
Also, what's the point of the first if-then-else if you're still just gonna use the entered substring as is... you change it to lower cases if capital is not allowed, but then you still change the name into Substring(entered chat string) meaning you still use the original string... rendering what you did on the first if-then-else, useless...
Also you have a max limit variable but you just add it to the length of the string??? Do you realize that it results to a no max limit actually...
Also, what's the point of the first if-then-else if you're still just gonna use the entered substring as is... you change it to lower cases if capital is not allowed, but then you still change the name into Substring(entered chat string) meaning you still use the original string... rendering what you did on the first if-then-else, useless...
Also you have a max limit variable but you just add it to the length of the string??? Do you realize that it results to a no max limit actually...
The only meaning of the boolean is that, it would accept even if the command has capital letters. For example, the command is -name, but you entered -NaMe or - NAME or - nAme, it would still work. Well anyway I have specified that the command should always be in lower case in the initialization.
but for the max limit, sorry, its supposed to be Max limit + SNS_String.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.