player reward point tags - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: player reward point tags (/Thread-player-reward-point-tags) |
player reward point tags - dabritmusic - 03-01-2014 06:21 AM i added a player reward for sacrificing corpses that adds a tag instead of actual tickets. because play players would still want to trade player reward tickets . i made a deed that takes 500, 1000, 2500, 5000, tickets but i was wondering how to make it so they can input amount. also on the sacfrice tag it adds 1point now. using src.tag0.prp= (<src.tag0.prp> +1 ) how would i make it add random 1-20? RE: player reward point tags - XuN - 03-01-2014 06:33 AM First of all, 56x version? If so: Code: src.tag.prp +=1 //this will add 1 to the tag RE: player reward point tags - dabritmusic - 03-01-2014 07:04 AM (03-01-2014 06:33 AM)XuN Wrote: First of all, 56x version? thats probably why alot of things arent working correctly . do you have a link to 56b conversion? thanks tho RE: player reward point tags - Mordaunt - 03-01-2014 07:44 AM Link in my sig for 56b or http://nightly.prerelease.sphere.torfo.org/ for the 56c nightly. RE: player reward point tags - UltimaAku - 03-30-2014 09:24 PM just to clarify, these tickets are not objects, they are numbers, yet you have an object that's a deed to make exchanges with other players? also if your wanting this transfer system, do you want the number to be rounded (for example 500, 1000, 2500, 5000) or the imputed number the player inserted? (could be 106, 345, 281 ect.). |