View Single Post
  #1  
Old 11-25-2013, 09:56 AM
draugluin's Avatar
draugluin draugluin is offline
Member
 
Join Date: Oct 2011
Location: germany
Posts: 120
Gender: Unknown/Other
Credits: 11,168
draugluin is on a distinguished road
Default Mys 1.3.3 - modify script -

Hi,
I would like to change the script, for example : don't show gender until level 2 ... and others.

But where have I put the text inside the script ?

I've tried it like this (in myadopts .... public function index)

PHP Code:
 $gender = new TCell($adopt->getGender("gui"));
        if(
$currentlevel() == "0" $gender "Egg"); 
but it won't work.

Please help, how can I solve this ?

thank you...
Reply With Quote