FIXED IT<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Ok i got a NPC, which will give you the option to teleport to 4 places

Option 1: Home - 1k
Option 2: Ardougne - 3k
Option 3: ETC
Option 4: ETC

But how do i make it when i click option 1, i go to home?

Source used: Devolution Final 2.7

if needed the option code:
Code:
case 172:
			selectOption4(c, "Choose a town:", "Home - 1000 coins", "Ardougne - 3000 coins", "Canfis - 10000 coins", "Al-Kharid - 20000 coins");
			break;