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