HoS_PRC8/_mod/_module/nss/pl_u_citydonate.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

13 lines
548 B
Plaintext

////////////////////////////////////////////////////////////////////////////////
// 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));
}