equal
deleted
inserted
replaced
47 |
47 |
48 In the *some_name* directory the files map.cfg, map.png and mask.png are located. See the Basic Files section for more on these files. |
48 In the *some_name* directory the files map.cfg, map.png and mask.png are located. See the Basic Files section for more on these files. |
49 |
49 |
50 The name of the *.hwp* file should be the same with the mission script. |
50 The name of the *.hwp* file should be the same with the mission script. |
51 |
51 |
52 In the mission script’s `onGameInit`, map should be set to *some_name*. See [LuaAPI] for more about `onGameInit`. |
52 In the mission script’s `onGameInit`, map should be set to *some_name*. See [LuaEvents] for more about `onGameInit`. |
53 |
53 |
54 ---- |
54 ---- |
55 |
55 |
56 == Files == |
56 == Files == |
57 |
57 |