Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/stupid.nss
Normal file
9
_module/nss/stupid.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
location lStupid = GetLocation(GetWaypointByTag("stupid"));
|
||||
if (GetIsPC(oPC))
|
||||
{
|
||||
AssignCommand(oPC, ActionJumpToLocation(lStupid));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user