8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
// merc cancel contract
|
||
|
void main()
|
||
|
{
|
||
|
object oTarg=GetLocalObject(GetPCSpeaker(),"oToEscort");
|
||
|
DestroyObject(oTarg);
|
||
|
DeleteLocalObject(GetPCSpeaker(),"oEscortMerchant");
|
||
|
}
|