void main() { //Gimp the listener for less chance of it going nuts ApplyEffectToObject(DURATION_TYPE_PERMANENT,EffectVisualEffect(VFX_DUR_CUTSCENE_INVISIBILITY),OBJECT_SELF); ApplyEffectToObject(DURATION_TYPE_PERMANENT,EffectCutsceneParalyze(),OBJECT_SELF); //make sure it's listening. Anything after rename (not case sensitive) //will be picked up, and passed to the container if the shouter is the //PC currently permitted at the station SetListening(OBJECT_SELF,TRUE); SetListenPattern(OBJECT_SELF,"Rename **",2001); }