Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- key Owner;
- key av;
- // Write your function below this comment:
- // Write your function above this line.
- default
- {
- state_entry()
- {
- Owner = llGetOwner();
- }
- on_rez(integer start_param)
- {
- llResetScript();
- }
- touch_end(integer num)
- {
- //Call your function below this comment:
- }
- collision_start(integer num)
- {
- //Call your function below this comment:
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement