For certain items, I would like to make the game sound more realistic. If I make an armor item called 'Full Body Mail' I want the user to not say, 'Won't i look silly wearing nothing but a full body mail?' since he has bought full armor. I am giving this a shot here, please tell me if I am doing this right...
Here is some code I think I should add in armor.php, tell me if it would be correct...
if $session['user']['armor'] = $row['what I named the armor'];
output("What I want player to say to Peagasus.");
and I'd be adding this before line 81.
Or can I create a simple module to do this?
I'd rather make a module than edit code I know.
Also please tell me if I am way off. I'd like to know how to get better with php. Thanks