11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
void main()
|
||
|
{
|
||
|
object oEnter = GetEnteringObject();
|
||
|
if(!HasItem(GetPCSpeaker(), "LQ4"))
|
||
|
{
|
||
|
object oTarget = GetWaypointByTag("Judra_Zone");
|
||
|
AssignCommand(oEnter, JumpToObject(oTarget));
|
||
|
}
|
||
|
}
|