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

16 lines
342 B
Plaintext

void main()
{
object oSelf = OBJECT_SELF;
SetListening(oSelf,TRUE);
SetListenPattern(oSelf,"next",1919);
SetListenPattern(oSelf,"last",2929);
SetListenPattern(oSelf,"taunt",3939);
SetListenPattern(oSelf,"*n",4949);
SetListenPattern(oSelf,"set*w*n",5959);
SetListenPattern(oSelf,"set next",6969);
SetListenPattern(oSelf,"set last",7979);
}