hey guys, i want to insert a dace script in my server but i dont want that you can dance 150M around a plot pole, my first try was this:
if nearestObjects [player, ["Plastic_Pole_EP1_DZ"], 150] then { cutText [format["You can not dance 150M around a plot pole"], "PLAIN DOWN"]; } else { player playMove "ActsPercMstpSnonWnonDnon_DancingDuoIvan"; };
But it doesnt work, anybody has a idea how i get this working ?
i am not a scripting master ^^ thats my first try :D