Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default
- {
- state_entry()
- {
- llListen(-11223,"Fish Pond","","");
- }
- listen(integer channel, string what, key who, string msg)
- {
- llSay(-11223,"Equip");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement