Shargast_PRC8/_module/Chapter 1/nss/vote4shargast.nss

12 lines
207 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//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);
}