So, in the spar arena, I would put
PHP Code:
//#CLIENTSIDE
function onCreated()
{
enablefeatures( allfeatures - 0x200 );
}
then at unstick me, or whereever they'll be warped out, i'll put
PHP Code:
//#CLIENTSIDE
function onCreated()
{
enablefeatures( 0x200 );
}
this way nicknames are disabled in the arena, but when you get warped to unstick me it enables.
I don't want to use enablefeature( allfeatures); because that might interfere with other stuff on Era, such as disabling S + A and S + D combinations for dropping/switching items.