PoA_PRC8/_module/nss/ew_rest.nss

23 lines
560 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: Name: ew_nap
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Nap emote script.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
#include "inc_emotewand"
void main()
{
//--ewRest();
object oPlayer = GetPCSpeaker();
SetLocalInt(oPlayer, "REST", 1);
AssignCommand(oPlayer, ActionRest());
DelayCommand(20.0, DeleteLocalInt(oPlayer, "REST"));
}