7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
void main()
|
|
{
|
|
object oClient = GetExitingObject();
|
|
object oCoffin = GetObjectByTag(GetPCPublicCDKey(oClient));
|
|
DestroyObject(oCoffin, 1.0f);
|
|
}
|