Shargast_PRC8/_module/Chapter 1/nss/vote4shargast.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

12 lines
207 B
Plaintext

//Put this script OnEnter
void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("Please vote at http://nwvault.ign.com for Shargast v5.1 FINAL", oPC);
}