14 lines
167 B
Plaintext
14 lines
167 B
Plaintext
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
CreateItemOnObject("pvptoken", oPC);
|
|
|
|
CreateItemOnObject("pvpgoodhelm", oPC);
|
|
|
|
CreateItemOnObject("goodsymbol", oPC);
|
|
}
|
|
|
|
|