View Single Post
  #8  
Old 03-03-2002, 07:53 AM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Smile

Or using like Delphi for ALL the strings,integers,flags,arrays....

if (playerenters){this.flag.LoadFromFile('\texts\a.tx t');}

or setstring flag,LoadFromFile('name.txt');

and to save:

flag.SaveToFile('name.txt');

Graal uses ShortStrings, so the txt file cant be bigger than 256bytes
Reply With Quote