8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
|
|
void main()
|
|
{
|
|
location loc = GetLocation(OBJECT_SELF);
|
|
CreateObject(OBJECT_TYPE_PLACEABLE, "pcbanner007", loc, TRUE);
|
|
}
|
|
|