11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oItem = GetItemPossessedBy(GetPCSpeaker(), "JadeTooth");
|
||
|
return oItem != OBJECT_INVALID;
|
||
|
}
|
||
|
|
||
|
|
||
|
|