10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
void main()
|
|
{
|
|
|
|
if (GetIsObjectValid(GetItemPossessedBy(OBJECT_SELF,"BNTOC4_KINGRING")))
|
|
{
|
|
DestroyObject(OBJECT_SELF,0.1f);
|
|
}
|
|
|
|
}
|