Initial upload
Initial upload
This commit is contained in:
10
_module/nss/pvp_evil_flag.nss
Normal file
10
_module/nss/pvp_evil_flag.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
|
||||
object oPlayer = GetPCSpeaker();
|
||||
string sPlayer = GetName(oPlayer);
|
||||
SpeakString("!" + sPlayer + " Has Stolen the Evil Energy Orb!!!", TALKVOLUME_SHOUT);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user