10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object o11;
|
||
|
o11 = GetItemPossessedBy(oPC, "NW_WSWMLS013");
|
||
|
if(GetIsObjectValid(o11) != 0){
|
||
|
DestroyObject(o11);
|
||
|
}
|
||
|
}
|