Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
17
_module/nss/anph_go_loriette.nss
Normal file
17
_module/nss/anph_go_loriette.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC = GetLastUsedBy();
|
||||
|
||||
string Destination = GetLocalString(GetModule(), "InsanePortal");
|
||||
if (Destination == "")
|
||||
{
|
||||
Destination = "InsanePoint" + IntToString(d6());
|
||||
SetLocalString(GetModule(), "InsanePortal", Destination);
|
||||
DelayCommand(60.0, DeleteLocalString(GetModule(), "InsanePortal"));
|
||||
}
|
||||
object oDest = GetObjectByTag (Destination);
|
||||
AssignCommand(oPC, JumpToObject(oDest));
|
||||
}
|
||||
Reference in New Issue
Block a user