15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
|
|
void main()
|
|
{
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
FadeToBlack(oPC);
|
|
|
|
FadeFromBlack(oPC);
|
|
|
|
// Give the speaker the items
|
|
CreateItemOnObject("raiststaff", GetPCSpeaker(), 1);
|
|
|
|
}
|