Battledale_PRC8/_module/nss/jw_portal2_use.nss

15 lines
187 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oObject=GetLastUsedBy();
if (GetIsObjectValid(oObject)&&GetIsPC(oObject))
{
AssignCommand(oObject,JumpToObject(GetObjectByTag("jw_cormanth_wp")));
}
}