Initial Upload
Initial Upload
This commit is contained in:
17
_module/nss/enter_message12.nss
Normal file
17
_module/nss/enter_message12.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
int DoOnce = GetLocalInt(oPC, GetTag(OBJECT_SELF));
|
||||
|
||||
|
||||
if (DoOnce==TRUE) return;
|
||||
|
||||
SetLocalInt(oPC, GetTag(OBJECT_SELF), TRUE);
|
||||
|
||||
SendMessageToPC(oPC, "READ THE PLAYERS HANDBOOK BEFORE EXITING THIS AREA!");
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user