Just wondering how do i multiply multiple things? e.g:
lets say 1 fish is worth 50gp and we have a net in our inv, so we can only hold 27 fish per inv now how would we do this?
Money := 27*Loadsdone(a var would be here)*Price of fish(var would be here here)
so it could be like
but how can i do that in scar?Code:Money := 27*Loads*Price; //Price would hold the item price gotten from the G.E somehow


Reply With Quote










