Advertisement
Guest User

INTSTALLATION

a guest
Jan 22nd, 2012
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //before dropping this script into your package, make sure LICENSE script is still here otherwise this will not work!
  2. //Be cautious about the permission on the LICENSE script, this script should be always no transfer
  3. //==============================================
  4. //edit the information below this line for Product Registration
  5. //==============================================
  6. string product_code="____________";
  7. string package_name="____________";
  8. float version=_______________;
  9. //END of editing the information.
  10. //==============================================
  11. // DO NOT EDIT BELOW
  12. //==============================================
  13. d(){llMessageLinked(LINK_SET,-901,product_code,NULL_KEY);llMessageLinked(LINK_SET,-903,package_name,NULL_KEY);llMessageLinked(LINK_SET,-902,(string)version,NULL_KEY);llRemoveInventory(llGetScriptName());}
  14. default{state_entry(){d();}changed(integer c){if(c&CHANGED_INVENTORY){d();}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement