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.

Scripting Question

Page: 1 of 1
 Marius Fett
10-30-2007, 2:15 PM
#1
I'm Making A Mod For TSL And Need Help With A Script

I Need a Script To Give My PC Something

Will This Work?


void main()

{

int nQuantity = 1;
CreateItemOnObject("g_w_lghtsbr01", GetFirstPC(), nQuantity);

}

-DarthDingDong
 Master Zionosis
10-30-2007, 3:58 PM
#2
I beleive that script will work going over it, I can't see any mistakes though I'm not a super genius on scripts.
 Marius Fett
10-30-2007, 5:00 PM
#3
Thanks :)
Page: 1 of 1