deathdisco
09-07-2005, 02:41 PM
I'm having trouble with dialog I'm working on(for KOTOR1).
I trying to make replies available by what level the PC is.
None of the replies are showing up even if the PC is above the level stated
in the script.
Here's the template I'm working off of:
#include "k_inc_debug"
int StartingConditional() {
if(GetCasterLevel(GetFirstPC()) > 9)
{
return TRUE;
}
else
{
return FALSE;
}
}
I'm not a scripter so I've been working by trail and error. Nothing I've tried
has worked so far. I've could of sworn it worked when I first tried it.
I trying to make replies available by what level the PC is.
None of the replies are showing up even if the PC is above the level stated
in the script.
Here's the template I'm working off of:
#include "k_inc_debug"
int StartingConditional() {
if(GetCasterLevel(GetFirstPC()) > 9)
{
return TRUE;
}
else
{
return FALSE;
}
}
I'm not a scripter so I've been working by trail and error. Nothing I've tried
has worked so far. I've could of sworn it worked when I first tried it.