Hello everyone.I'm trying to adapt the Danter 14 Find Debris mod to my test game.I want in the ShowFindDebrisPage.class.phpLink words from the language files in the game
.zb
global $LNG;
<table width='100%' border='0' cellpadding='0' cellspacing='1' class='center'>
<tr>
<td>$LNG['gal'],</td> ????????
<td>Debris Metal</td>
<td>Debris Crystal</td>
<td>#</td>
</tr>
How should $LNG ['gal'] be written so that it can find it in the language filesThanks
.zb
global $LNG;
<table width='100%' border='0' cellpadding='0' cellspacing='1' class='center'>
<tr>
<td>$LNG['gal'],</td> ????????
<td>Debris Metal</td>
<td>Debris Crystal</td>
<td>#</td>
</tr>
How should $LNG ['gal'] be written so that it can find it in the language filesThanks