9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = (GetCurrentHitPoints() == 2001 && !HasItem(GetPCSpeaker(), "di_dabloon"));
|
||
|
return iResult;
|
||
|
}
|