12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
|
||
|
if(!HasItem(GetPCSpeaker(), "dg_cursed_helm"))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|