Rune_PRC8/_module/nss/rulehallmessage.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

12 lines
754 B
Plaintext

///////////////Entering Imformation for Newbies////////////////////////////////
//////////////////////By DARK VETEGA PRINCE//////////////////////
////////This goes in the onenter of an area/////////////////////////////////////
void main()
{
object oPlayer=GetEnteringObject();
{
SendMessageToPC(oPlayer, "Welcome to RUNE everybody! As of right now this server has item restrictions on so make sure you don't equip somethign that might restrict you to come back and use your character, Please check out the ( Guild of Rune ) forum at the bioware guild section and join up......If you find any bugs what so ever from quests or what not or transistion errors please email me at vasteel3000@yahoo.com");
}
}