It's not working...when i put those scripts where you say my MiRC it's not connected anymore...when i start it, it just say Attempting to Connect
and i have another question about "how to make a teleporter pickup"
this is the script i found on this forum
Where i have to put PICKUP ID and where i have to put X Y Z?
and i have another question about "how to make a teleporter pickup"
this is the script i found on this forum
Quoteon *:SIGNAL:vcmp.pickup:{
var %name = $vcmp.name($1)
var %name2 = $replace($replace($vcmp.name($1),[,~),],~)
var %id = $1
elseif ($2 == <pikup_id>) {
vcmp.msg %id You pickup a teletransport pickup! I will transport you to [place]
vcmp.setlocation %a $vcmp.axis.getloc(<place-name-here>)
}
Where i have to put PICKUP ID and where i have to put X Y Z?