Battledale_PRC8/_module/nss/jw_cgportal_use.nss

15 lines
187 B
Plaintext
Raw Normal View History

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