Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
7
_module/nss/anph_ranz_exit.nss
Normal file
7
_module/nss/anph_ranz_exit.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy ();
|
||||
object oTarget = GetObjectByTag ("AnphExitWaypt");
|
||||
SetLocalInt(oPC, "RanzPaid", 0);
|
||||
AssignCommand (oPC, ActionJumpToObject (oTarget));
|
||||
}
|
||||
Reference in New Issue
Block a user