Jump to content

Home

Dialog Script


Veldrin

Recommended Posts

I have item- klucz1. When I have it the NPC start dlg no etc. "No"

to NPC Say"Yes"

 

I use this script:

 

int StartingConditional()

{

object oPC = GetPCSpeaker();

object oDragonPearl = GetItemPossessedBy(oPC, "klucz1");

 

if (GetIsObjectValid(oDragonPearl) == TRUE)

{

return TRUE;

}

else

{

return FALSE;

}

}

 

But they didin't work:(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...