Advertisement
Shinobiace

Object: Fishing Rod(To send Message to Fishing Pond)

Sep 28th, 2020
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  default
  3. {
  4.     state_entry()
  5.     {      
  6.          llListen(-11223,"Fish Pond","","");    
  7.        
  8.                  
  9.     }      
  10.      
  11.     listen(integer channel, string what, key who, string msg)
  12.     {                                                  
  13.                
  14.         llSay(-11223,"Equip");
  15.                        
  16.     }
  17.                  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement