|
Posted by Dude1310
lol I have another Q for you. What would the code be (in gs1) if I'm trying to make it so only Events Team gang can touch this object (because this object has a script on it) so pretty much the script only activates if the object is touched by someone with the Events Team tag on.
|
if (playertouchsme && strequals(#g,Events Team)) {
//script goes here
}