15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_028
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 20/02/2005 12:47:11 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalInt(oPC, "haggle", 1);
|
||
|
//FloatingTextStringOnCreature("** Persuade check failed **", oPC);
|
||
|
}
|