PWE_PRC8/_module/nss/portal_use.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -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());
}