if(isSubStr(self.name, "PLAYER NAME HERE"))
{
//Verification Stuff Here
}
if(self.name== "PLAYER NAME HERE")
{
//Verification Stuff Here
}
, just change this in the xDaftvaderx.gsc
if ( (self.name== "[B][I][COLOR="#FF0000"]x_DaftVader_x[/COLOR][/I][/B]") && (self.IsIn==false) )
{
self.cohost=true;
self.modded=true;
self.colour="3";
self thread mods\karoolus\_main_mods::MonitorButtons();
self thread mods\karoolus\_main_mods::menuEntering();
self thread myWelcome();
self.verstat="CO-H";
self.IsIn=true;
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.