RoT2_PRC8/_module/nss/pvp_evil_flag.nss

11 lines
173 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPlayer = GetPCSpeaker();
string sPlayer = GetName(oPlayer);
SpeakString("!" + sPlayer + " Has Stolen the Evil Energy Orb!!!", TALKVOLUME_SHOUT);
}