10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("angmapcopy", GetPCSpeaker(), 1);
|
||
|
|
||
|
// Give the speaker some gold
|
||
|
GiveXPToCreature(GetPCSpeaker(), 25);
|
||
|
}
|