Does Anybody happen to have on hand the .nss of k_ptar_m02af_et?
It's the on enter script of the Hideout, I've been doing some request work for somebody and now need that script!
Thanks!
Don't you mean k_ptar_02af_en?
void main() {
object oTar02_aptdoor = GetObjectByTag("tar02_aptdoor", 0);
AssignCommand(oTar02_aptdoor, ActionCloseDoor(oTar02_aptdoor));
RevealMap(GetPosition(GetFirstPC()), 0xFFFFFFFF);
}