Skip to content

Commit

Permalink
Merge pull request #29 from HowardBaxton/Sanity-for-SAT-NOTSAT
Browse files Browse the repository at this point in the history
Sanity for SAT/NOTSAT handler
  • Loading branch information
LeonaMorro committed Aug 13, 2015
2 parents e4ec4e6 + 6d9a2fa commit c8a77eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nPose Scripts/nPoseSAT-NOTSAT handler.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,8 @@ default {
+ ", Leaving " + (string)llGetFreeMemory() + " memory free.");
}
}

on_rez(integer params) {
llResetScript();
}
}

0 comments on commit c8a77eb

Please sign in to comment.