19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Henchmen: On Disturbed
|
||
|
//:: NW_C2_AC8
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Determine Combat Round on disturbed.
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Preston Watamaniuk
|
||
|
//:: Created On: Oct 16, 2001
|
||
|
//::///////////////////////////////////////////
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("nw_ch_ac8", OBJECT_SELF);
|
||
|
}
|