13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
|
///////////////////////////////////////////////////////////////////////////
|
||
|
// Real Time Strategy - NWN - Game Setting Tool Activate
|
||
|
//========================================================================
|
||
|
// By Deva Bryson Winblood. 02/23/2003
|
||
|
///////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// object oPC=GetItemActivator();
|
||
|
object oPC=GetLastUsedBy();
|
||
|
AssignCommand(oPC,ActionStartConversation(oPC,"rts_game_settings",TRUE,FALSE));
|
||
|
}
|