13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
int iGold;
|
||
|
int iGoldNow;
|
||
|
int iGoldTake;
|
||
|
|
||
|
oPC = GetPCSpeaker();
|
||
|
ClearAllActions();
|
||
|
RemoveHenchman(oPC, OBJECT_SELF);
|
||
|
|
||
|
}
|