Home » Renegade Discussions » Mod Forum » how do i, teleports
Re: how do i, teleports [message #373117 is a reply to message #373114] |
Sun, 22 February 2009 23:11 |
|
Distrbd21
Messages: 743 Registered: September 2008
Karma:
|
Colonel |
|
|
reborn wrote on Sun, 22 February 2009 23:53 | I don't know if the script already exists, but it could be done with a script zone, and attach a script that on the ::Entered event checks the preset name of the object entering it. If it isn't a preset name that you want to be useing the tunnels, then teleport it to defined locations.
Maybe something like this:
void Vendetta_sniper_tele_zone::Entered(GameObject *obj,GameObject *enter){
if(((strcmp(Commands->Get_Preset_Name(enter),"sniper_preset_name1"))== 0) || ((strcmp(Commands->Get_Preset_Name(enter),"sniper_preset_name2"))== 0)){
//do nothing because they are a allowed sniper preset
}
else{
//they are not allowed to be there, so teleport them
Vector3 NewPosition;
//Have the new location as a user input param
NewPosition = Get_Vector3_Parameter("Location");
Commands->Set_Position(enter,NewPosition);
}
}
|
how do i make scripts? i'm only good at modding..
Live Your Life Not Some one Else's.| Sharing Is Caring
Cookie Jar<glome> Who stole the cookie from the cookie jar?!
<content> glome stole the cookie from the cookie jar!
<glome> Who me?!
<content> Yes you!
<glome> Couldn't be!
<content> Then WHO?!!
<glome> Woody stole the cookie from the cookie jar!
*** glome has been kicked by DrWoody (fuck you i didn't touch the motherfucking cookie, bitch
Suicide<TB> I was depressed last night so I called the Suicide Life Line.
<TB> I reached a call center in Pakistan.
<TB> I told them I was suicidal.
<TB> They got all excited and asked if I could drive a truck
|
|
|
|
|
how do i, teleports
|
|
|
Re: how do i, teleports
By: _SSnipe_ on Sun, 22 February 2009 22:48
|
|
|
Re: how do i, teleports
By: reborn on Sun, 22 February 2009 22:53
|
|
|
Re: how do i, teleports
|
|
|
Re: how do i, teleports
By: _SSnipe_ on Sun, 22 February 2009 23:37
|
|
|
Re: how do i, teleports
|
|
|
Re: how do i, teleports
By: reborn on Mon, 23 February 2009 00:32
|
|
|
Re: how do i, teleports
|
|
|
Re: how do i, teleports
By: ErroR on Mon, 23 February 2009 01:19
|
|
|
Re: how do i, teleports
By: ErroR on Mon, 23 February 2009 07:40
|
|
|
Re: how do i, teleports
|
|
|
Re: how do i, teleports
By: futura83 on Mon, 23 February 2009 08:50
|
|
|
Re: how do i, teleports
|
Goto Forum:
Current Time: Sat Jan 11 12:54:13 MST 2025
Total time taken to generate the page: 0.00780 seconds
|