11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
|
||
|
object oPlayer = GetPCSpeaker();
|
||
|
string sPlayer = GetName(oPlayer);
|
||
|
SpeakString("!" + sPlayer + " Has Stolen the Evil Energy Orb!!!", TALKVOLUME_SHOUT);
|
||
|
|
||
|
}
|
||
|
|