13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
// Give the speaker some XP
|
|
GiveXPToCreature(GetPCSpeaker(), 10);
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
SetLocalString(oPC, "bwndw2", "1");
|
|
|
|
}
|