14 lines
496 B
Plaintext
14 lines
496 B
Plaintext
////////////////////////////////////////////////////////////////////////////
|
|
// Real Time Strategy - NWN - Taxes
|
|
//==========================================================================
|
|
// By Deva Bryson Winblood. 02/28/2003
|
|
////////////////////////////////////////////////////////////////////////////
|
|
#include "rts_taxes_h"
|
|
|
|
void main()
|
|
{
|
|
fnTaxes();
|
|
DelayCommand(20.0,ExecuteScript("nonteam_raiders",OBJECT_SELF));
|
|
DelayCommand(10.0,ExecuteScript("kuotoa_mission",OBJECT_SELF));
|
|
}
|