13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
|
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "iShaper", 1);
|
|
|
|
object oListener = CreateObject(OBJECT_TYPE_CREATURE, "listener", GetLocation(OBJECT_SELF));
|
|
// SetListenPattern(oListener, "**", 2020);
|
|
// SetListening(oListener, TRUE);
|
|
|
|
}
|