14 lines
150 B
Plaintext
14 lines
150 B
Plaintext
|
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
FloatingTextStringOnCreature("BAR BRAWL!!", oPC);
|
||
|
|
||
|
AssignCommand(oPC, SpeakString("BAR BRAWL!!"));
|
||
|
|
||
|
}
|
||
|
|