Advertisement
Shinobiace

Fishing Rod

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