dankhuman Posted August 8, 2019 Share Posted August 8, 2019 right so my first command is /masssay, It's a feature on Skeppy's Server and I remade it with skript and its good command /masssay [<text>]: permission: masssay.sk permission message: &cInsufficient Permissions! trigger: if arg 1 is not set: send "Please format a mass-say." stop if arg 1 is set: loop all players: make loop-players say " %arg 1% " it makes everyone on the server say arg 1 e.g. /masssay f It will make everyone say f. and my second command is /f in fact lmao command /f: permission: f.sk permission message: &cInsufficient Permissions! trigger: loop all players: make loop-players say "f" so um yeah bye 1 im bacc i cant stop doing the chika dance Link to comment Share on other sites More sharing options...
TacticalModz Posted August 8, 2019 Share Posted August 8, 2019 (edited) No need for stop btw with argument. It will still work, Anyways simple but yet good script +rep command /masssay [<text>]: permission: masssay.sk permission message: &cInsufficient Permissions! trigger: if arg 1 is not set: send "Please format a mass-say." if arg 1 is set: loop all players: make loop-players say " %arg 1% " Edited August 8, 2019 by TacticalModz Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now