Initial upload
Initial upload
This commit is contained in:
15
_module/nss/0_door_limit30.nss
Normal file
15
_module/nss/0_door_limit30.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
void main() {
|
||||
|
||||
|
||||
object oClicker = GetClickingObject();
|
||||
object oTarget = GetTransitionTarget( OBJECT_SELF );
|
||||
location lLoc = GetLocation( oTarget );
|
||||
if ((GetHitDice(oClicker) >= 30) && (GetHitDice(oClicker) <= 15)) {
|
||||
AssignCommand( oClicker, JumpToLocation( lLoc ) );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user