7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
TakeGoldFromCreature(200, oPC, TRUE);
|
||
|
CreateItemOnObject("cloakoflesserfir", oPC);
|
||
|
}
|