Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
17
_module/nss/eye_ranz_07.nss
Normal file
17
_module/nss/eye_ranz_07.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetLastUsedBy();
|
||||
object oTarget = GetObjectByTag("RanzEnterWaypt");
|
||||
int iPaid = GetLocalInt(oPlayer, "RanzPaid");
|
||||
if (GetIsPC(oPlayer))
|
||||
{
|
||||
if (iPaid == 0)
|
||||
{
|
||||
SendMessageToPC(oPlayer, "You are unable to enter Ranzington.");
|
||||
}
|
||||
else
|
||||
{
|
||||
AssignCommand(oPlayer, ActionJumpToObject(oTarget));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user