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.
here you go
void main() {
CreateItemOnObject("g_w_fraggren01", GetFirstPC(), 1, 0);
}
void main() {
StartNewModule("modulename", "", "", "", "", "", "", "");
}
Thanks a lot , Stoney !:thmbup1: