(11-12-2011, 09:51 PM)Statyk Wrote: A .hps file is necessary for ALL scripts within the .map that the name matches PERFECTLY... Just open Notepad (Notepad++ is recommended) and copy this into it:
//____________________________
void OnStart()
{
}
void OnEnter()
{
}
void OnLeave()
{
}
//_______________________
Then save it in the same folder as the map as the name calls. For example:
test.map
test.hps
**MAKE SURE that in the "File Name" when saving, you put ".hps" at the end. Otherwise, it'll save as a ".txt" and that's wrong.**
i created the HPS file and put it in the maps
.CFG
<Main
Name="trapped"
Author="aqfitz"
ImgFile=""
MapsFolder="maps/"
StartMap="trapped.map"
StartPos=""
/>
.LANG
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">test</Entry>
</CATEGORY>
</LANGUAGE>
.hps
//____________________________
void OnStart()
{
}
void OnEnter()
{
}
void OnLeave()
{
}
//_______________________
is there more i need to do because it still dosnt show up