10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
#include "NW_I0_PLOT"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return (HasGold(GetLocalInt(OBJECT_SELF,"MED"),GetPCSpeaker()));
|
||
|
}
|
||
|
|
||
|
|
||
|
|