PRC8_fork/trunk/scripts/prc_ai_sum_rest.nss

5 lines
110 B
Plaintext
Raw Normal View History

void main()
{
ExecuteScript("nw_ch_aca", OBJECT_SELF);
ExecuteScript("prc_npc_rested", OBJECT_SELF);
}