9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
|
void main()
|
|
{
|
|
location loc = GetLocation(OBJECT_SELF);
|
|
CreateObject(OBJECT_TYPE_PLACEABLE, "pcbanner001", loc, TRUE);
|
|
}
|
|
|
|
|