void main() { object oPC = GetItemActivator(); if ( GetIsPC( oPC ) && !GetIsDM( oPC ) ) { ExportSingleCharacter( oPC ); FloatingTextStringOnCreature( "Character exported to server-vault.", oPC, FALSE ); } else { FloatingTextStringOnCreature( "Only PCs can use this item.", oPC, FALSE ); } }