17 lines
197 B
Plaintext
17 lines
197 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
// Give the speaker some XP
|
|
GiveXPToCreature(GetPCSpeaker(), 10);
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
FadeToBlack(oPC);
|
|
|
|
FadeFromBlack(oPC);
|
|
|
|
SetLocalString(oPC, "bshrtcmny1b", "1");
|
|
|
|
}
|