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.

2 script requests

Page: 1 of 1
 Nick Vader
05-14-2010, 6:57 AM
#1
ok. I need 2 scripts.

1 will give the PC a frag grenade (g_w_fraggren01), and 2 will warp the pc to a module with a name like "module".

Thanks in advance.
 DarthStoney
05-14-2010, 8:42 AM
#2
here you go
void main() {
CreateItemOnObject("g_w_fraggren01", GetFirstPC(), 1, 0);
}

void main() {
StartNewModule("modulename", "", "", "", "", "", "", "");
}
 Nick Vader
05-14-2010, 11:57 AM
#3
Thanks a lot , Stoney !:thmbup1:
Page: 1 of 1