Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
9
_module/nss/ranzseris.nss
Normal file
9
_module/nss/ranzseris.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
object oTarget;
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
oTarget = GetObjectByTag("ShipSerisIsland");
|
||||
DelayCommand(5.0, AssignCommand(oPC,JumpToObject(oTarget)));
|
||||
}
|
||||
Reference in New Issue
Block a user