Shargast_PRC8/_module/Chapter 2/nss/cr_transf_pit_sp.nss

15 lines
463 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//::///////////////////////////////////////////////
//:: cr_tranf_pit_sp
//:: Define as Listening Patterns do Ivo Pitanguy
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:: Created By: Clarion de Laffalot (clariondelaffalot@yahoo.com.br)
//:: Created On: 24-Abr-2004
//:://////////////////////////////////////////////
void main()
{
SetListening(OBJECT_SELF,TRUE);
SetListenPattern(OBJECT_SELF,"APP**",2001);
}