14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName setbanditqstatus
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 9.10.2005 22:15:01
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "nBanditQuestStatus", 1);
|
||
|
|
||
|
}
|