I'm trying to write a script that displays server rules when players click on a row of signs at spawn. So I want a script that basically does "when player right-clicks sign at location 18 65 0 in world "world", send "[rule]" to player", but I can't figure out the right syntaxis for defining this exact location. Currently I have this:
on rightclick on sign at location 18 65 0 in world "world":
send "Rule 1:" to player
on rightclick on sign at location 18 65 0 in world "world":
send "Rule 1:" to player