7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// Create the epic listener
|
||
|
object oListener = CreateObject(OBJECT_TYPE_CREATURE,"epicshifterliste",GetLocation(OBJECT_SELF));
|
||
|
|
||
|
}
|