Shargast_PRC8/_module/Chapter 1/nss/cr_transf_pit_sp.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

15 lines
463 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}