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.

K1 merchant Script

Page: 1 of 1
 Holty1-5
02-15-2010, 12:33 PM
#1
What is the script that opens a Mercant In K1
The Shops ResRef and Tag is "custom"

Help please
You Know you want to :nod:
 Star Admiral
02-15-2010, 12:58 PM
#2
Something like this:

void main() {
OpenStore( GetObjectByTag( "custom" ), GetFirstPC(), 0, 0 );
}

- Star Admiral
 Holty1-5
02-15-2010, 1:59 PM
#3
Thanks
Page: 1 of 1