9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
void main()
|
||
|
{
|
||
|
location lHere = GetLocation(OBJECT_SELF);
|
||
|
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_bloodstain", lHere, FALSE);
|
||
|
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_garbage", lHere, FALSE);
|
||
|
|
||
|
}
|