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