LoD_PRC8/_module/nss/portal_use.nss

9 lines
185 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//:: Portal use script
//:: Created by: Helge "DarkFame" Ingvoldstad
//::
//:: Purpose: Starts a conversation with the portal.
void main()
{
ActionStartConversation(GetLastUsedBy());
}