RoT2_PRC8/_module/nss/monk_port_back.nss

6 lines
173 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPC = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR,PLAYER_CHAR_IS_PC);
AssignCommand(oPC, JumpToObject(GetWaypointByTag("WP_monk_return")));
}