PWE_PRC8/_module/nss/portal_use.nss

9 lines
185 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//:: Portal use script
//:: Created by: Helge "DarkFame" Ingvoldstad
//::
//:: Purpose: Starts a conversation with the portal.
void main()
{
ActionStartConversation(GetLastUsedBy());
}