8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy ();
|
|
object oTarget = GetObjectByTag ("AnphExitWaypt");
|
|
SetLocalInt(oPC, "RanzPaid", 0);
|
|
AssignCommand (oPC, ActionJumpToObject (oTarget));
|
|
}
|