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