Jump to content

Home

Moving between module by scripts?


harark1

Recommended Posts

Uh tried this script but when It fired the screen just went black and the module didn't load. Did I do something wrong with my script?

 

void main () {

StartNewModule("ntpt, w_wntpt");

}

 

Edit: Never mind, put in the wrong name for the waypoint.

Edit:Fixed that still doesn't work.

Link to comment
Share on other sites

I think you're supposed to put the waypoint coords in the script.

 

void main() {
StartNewModule("modulename", "", "", "", "", "", "", "");
}

 

(Taken from Stoney's reply to a post)

 

 

Also if the standard spawn point of your module is an ok place to spawn, you could just take out the waypoint part. If it still doesn't work, you have a module problem and not a script problem.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...