IŽll give you another example.
Say that the file looks like this:
NPC Code:
up=w
left=a
down=s
right=d
NPC Code:
for onActionServerSide( action)
{
if ( action == "GetDataFromFile" ) {
this.data.loadlines("levels/keyconfig.txt");
clientr.keysettings = this.data;
}
}
Although you maybe dont need yet another example, here you go! :]