generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
7
_module/nss/tienaladderup.nss
Normal file
7
_module/nss/tienaladderup.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main ()
|
||||
{
|
||||
object oPC= GetLastUsedBy();
|
||||
object oTarget=GetWaypointByTag("PriestessRoom");
|
||||
AssignCommand(oPC, JumpToObject(oTarget));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user