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