9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
#include "header_sounds"
|
|
|
|
void main()
|
|
{
|
|
object oPC=GetEnteringObject();
|
|
int nR=Random(5)+1;
|
|
AssignCommand(oPC,fnTeamVoiceOver(GetLocalString(oPC,"sTeamID"),nR));
|
|
}
|