I start with this:
- if ($radnoll[0]=="Money:" && $radfyra[0]=="Your")
If that is true a long code will start.
My problem is that I want to make an other demand.
- if ($radfyra[0]=="Peasants")
The same code should be executed with 1. and 2. So I can save alot of space.
Any ideas?
Thanks