Forum
![>](img/i_next.png)
![>](img/icons/stranded2.png)
![>](img/i_next.png)
![>](img/i_next.png)
Sign Board Help?
3 replies![To the start](img/i_first.png)
![Previous](img/i_prev.png)
![Next](img/i_next.png)
![To the start](img/i_last.png)
![>](img/i_next.png)
place a text container info on the map and put the diary text in the script field of this text container info. remember the ID of this info.
1
diary "title",ID;
![>](img/i_next.png)
add all lines for the entry line by line with add. you then have to omit the second parameter for diary!
1
2
3
4
5
2
3
4
5
clear; add "line 1"; add "line 2"; add "line 3"; diary "title";
![>](img/i_next.png)
1
diary "title","mytext.txt";
the path would then be something like "mymap/mytext.txt"
![](img/smiles/tongue.gif)
![](img/smiles/bigsmile.gif)
![To the start](img/i_first.png)
![Previous](img/i_prev.png)
![Next](img/i_next.png)
![To the start](img/i_last.png)