Hey guys - I already installed the script and edited what I could but I can't seem to find the answer anywhere - I just want to add boundary markers to Bash/Klen/Stary
Here's my Sensors (I guess I have to make changes here?)
Thanks for any help,
==========
class Sensors
{
items=3;
class Item0
{
position[]={4053.8501,364.76645,11668.645};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonebash";
expCond="(player distance zonebash) < 100;";
expActiv="[""trader city Bash"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Bash"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
class Item1
{
position[]={11463.747,317.3078,11349.89};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zoneklen";
expCond="(player distance zoneklen) < 100;";
expActiv="[""trader city Klen"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Klen"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
class Item2
{
position[]={6344.8081,304.99023,7806.7598};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonestary";
expCond="(player distance zonestary) < 100;";
expActiv="[""trader city Stary"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Stary"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
};
};
Question
Bricktop
Hey guys - I already installed the script and edited what I could but I can't seem to find the answer anywhere - I just want to add boundary markers to Bash/Klen/Stary
Here's my Sensors (I guess I have to make changes here?)
Thanks for any help,
==========
class Sensors
{
items=3;
class Item0
{
position[]={4053.8501,364.76645,11668.645};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonebash";
expCond="(player distance zonebash) < 100;";
expActiv="[""trader city Bash"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Bash"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
class Item1
{
position[]={11463.747,317.3078,11349.89};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zoneklen";
expCond="(player distance zoneklen) < 100;";
expActiv="[""trader city Klen"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Klen"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
class Item2
{
position[]={6344.8081,304.99023,7806.7598};
activationBy="WEST";
repeating=1;
interruptable=1;
age="UNKNOWN";
name="zonestary";
expCond="(player distance zonestary) < 100;";
expActiv="[""trader city Stary"",true,""enter""] spawn player_traderCity;";
expDesactiv="[""trader city Stary"",true,""leave""] spawn player_traderCity;";
class Effects
{
};
};
};
};
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now