Aantioch_Infernum/_module/nss/_rg_wine_stain.nss

9 lines
205 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
location lHere = GetLocation(OBJECT_SELF);
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_bloodstain", lHere, FALSE);
CreateObject(OBJECT_TYPE_PLACEABLE, "plc_garbage", lHere, FALSE);
}