Status
Not open for further replies.

sebasdess

Customer
Hi,

I want to do a more complex (still simple! :p ) formula.
Currently, people get 2 rep points for a Thank you, and 1 rep point for a "lol", and -2 for a dislike
The auto-collapse is set as 5.


Can I use number in my formula? Like:
[Dislike] - [likes] - 0.5[lol] ?

If i use decimal, should I put a "." or a "," ? Or both are working?
If decimals are not supported, can i use this:
2[Dislike] - 2[likes] - [lol] ?
Or do I have to add parenthesis, or a "*" or something?

Thanks for your help!
 
Decimals are supported, but you need to add a * for multipliers, so:
Code:
[dislikes] - [likes] - (0.5 * [lol])
Code:
(2 * [dislikes]) - (2 * [likes]) - [lol]
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,033
Customer rating
5.00 star(s) 1 ratings
Back
Top