OnActivate(%obj, %player, %client, %pos, %vec)
if ( %client == %obj.getGroup().client )
if(getTrustLevel(%client,%obj) >= 3)
That wouldn't work well with multiple clients with the same BL ID.Code: [Select]if(getTrustLevel(%client,%obj) >= 3)That should do the trick.