HiddenTradition_PRC8/_module/nss/ro_m_enterport.nss

22 lines
242 B
Plaintext
Raw Permalink Normal View History

// Enters character in different position depending on total level
object oPC = GetEnteringObject();
void main()
{
if(GetHitDice(oPC) >7)
AssignCommand(oPC, ActionJumpToObject(GetObjectByTag("WP_AscalonBoat"),FALSE));
}