Ancordia_PRC8/_module/nss/random_goback.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

10 lines
234 B
Plaintext

void main()
{
object oPC = GetClickingObject();
if (!GetIsPC(oPC)) return;
ClearAllActions();
AssignCommand(oPC, ClearAllActions());
AssignCommand(oPC, ActionStartConversation(oPC, "conv_goback", TRUE, FALSE));
}