LoD_PRC8/_module/nss/portal_use.nss
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

9 lines
185 B
Plaintext

//:: Portal use script
//:: Created by: Helge "DarkFame" Ingvoldstad
//::
//:: Purpose: Starts a conversation with the portal.
void main()
{
ActionStartConversation(GetLastUsedBy());
}