Thread: loadlines
View Single Post
  #5  
Old 04-25-2006, 07:39 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
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! :]
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote