Editing Krafties Energy API
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | + | Quick Start | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | 1. Drag the script and config notecard into your object or prim | |
− | + | "KraftiesEnergyAPI" script | |
− | + | "Krafties Energy API Config" notcard | |
− | + | ||
− | + | 2. Edit the config notecard for the energy amounts payable to you. | |
− | + | You can use upto 12 amounts seperated by commas. 0 = Any custom amount and allows players to say the amount they wish to give. | |
− | + | Example: ENERGY_PRICE=0,10,100,1000 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Response | |
− | + | Succesfully transactions will fire a linked message which can be parsed: | |
+ | llMessageLinked(LINK_THIS, 0, "ENERGY_GIVEN|"+fromKey+"|"+toKey+"|"+(string)amount, ""); |