11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
//////////////////////////////////////////////////////////////////////
|
|
// powres_use - Use Power Reservoir
|
|
// By Deva B. Winblood
|
|
//////////////////////////////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
object oPC=GetLastUsedBy();
|
|
SetLocalObject(oPC,"oTarget",OBJECT_SELF);
|
|
AssignCommand(oPC,ActionStartConversation(oPC,"power_reservoir",TRUE,FALSE));
|
|
}
|