5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
|
void main()
|
||
|
{
|
||
|
TakeGoldFromCreature(GetLocalInt(OBJECT_SELF,"nGoldCost"),GetPCSpeaker(),TRUE);
|
||
|
}
|