(07-11-2011, 03:39 PM)Lolnesia09 Wrote: Right, to begin with: my custon story .hps won't load due to a FATAL ERROR and this pops up every time I access it.
Secondly: the .lang file I put in is not working either
Please help!
I'll put them up for download both my .hps and .lang files in .txt format so you can read them.
////////////////////////////
// Run first time starting map
void OnStart()
{
}
////////////////////////////
// Run when entering map
void OnEnter()
{
AddUseItemCallBack("", "bigroomdoorkey", "bigroomdoor", UsedKeyOnDoor, true);
}
{
MyFunc(string &in asItem, string &in asEntity);
}
{
SetSwingDoorLocked("bigroomdoor", false, true);
RemoveItem("bigroomdoorkey");
}
{
SetEnemyEnabled("binladen", abEnabled);
}
////////////////////////////
// Run when leaving map
void OnLeave()
{
}
Try now. You have using wrong brackets and not spaces on them. It's fixed now.