Initial commit. Updated release archive.
This commit is contained in:
21
_module/nss/ro_m_enterport.nss
Normal file
21
_module/nss/ro_m_enterport.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
// 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));
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user