blob: a016692197b70625d750c69d9c8228e8912df2e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// This file is part of the Tutorial
// Author: Jenalya
// if you enter the tutorial area, it is set to be already done
022-1.gat,19,37,0 script #tutorial 127,0,2{
set FLAGS, FLAGS | FLAG_TUTORIAL_DONE;
warp "042-1.gat", 114, 76;
end;
}
|