14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
|
|
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC, "sas1xh", "1");
|
|
|
|
// Give the speaker the items
|
|
CreateItemOnObject("bgcontract", GetPCSpeaker(), 1);
|
|
|
|
}
|