Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

A Script Request!

Page: 1 of 1
 ForeverNight
04-03-2008, 8:01 PM
#1
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!
 deathdisco
04-04-2008, 12:43 AM
#2
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);
}
 ForeverNight
04-05-2008, 8:44 PM
#3
Whoops... yeah, thanks!
Page: 1 of 1