6 lines
146 B
Plaintext
6 lines
146 B
Plaintext
void main()
|
|
{
|
|
// Create the listener
|
|
object oListener = CreateObject(OBJECT_TYPE_CREATURE,"shifterlistenero",GetLocation(OBJECT_SELF));
|
|
}
|