Hey all,
I have a trader setup that requires accessing an infostand to be teleported to it. What I wanted to know is, what would I have to add to this to make the infostand delete after it's been accessed once?
titleCut ["","BLACK",0];
playsound "tele";
titleText ["Now Accessing Hidden Trader","PLAIN",3]; titleFadeOut 4;
sleep 2;
player setPos [12463.2,6758.78,0.00202942];
sleep 5;
titleCut ["","BLACK IN",0];
titleText ["Hope you brought some cash with you ....
","PLAIN",3]; titleFadeOut 4;
Thanks in advance for any help you could provide.
I have a trader setup that requires accessing an infostand to be teleported to it. What I wanted to know is, what would I have to add to this to make the infostand delete after it's been accessed once?
titleCut ["","BLACK",0];
playsound "tele";
titleText ["Now Accessing Hidden Trader","PLAIN",3]; titleFadeOut 4;
sleep 2;
player setPos [12463.2,6758.78,0.00202942];
sleep 5;
titleCut ["","BLACK IN",0];
titleText ["Hope you brought some cash with you ....
Thanks in advance for any help you could provide.
Last edited: