HoS_PRC8/_mod/_module/nss/pl_u_citydonate.nss

13 lines
548 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
////////////////////////////////////////////////////////////////////////////////
// pl_u_citydonate - Fires the dialog for initiating donating to the cities
// defense. By Deva B. Winblood. November 11th, 2008
////////////////////////////////////////////////////////////////////////////////
void main()
{
object oPC=GetPlaceableLastClickedBy();
SendMessageToPC(oPC,"You are using "+GetName(OBJECT_SELF)+".");
AssignCommand(oPC,ClearAllActions(TRUE));
AssignCommand(oPC,ActionStartConversation(oPC,"citydonate",TRUE,FALSE));
}