LoT_PRC8/_module/nss/rp_pox_at5_stop.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

20 lines
512 B
Plaintext

//::///////////////////////////////////////////////
//:: Name
//:: FileName
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Force the ox to stop.
*/
//:://////////////////////////////////////////////
//:: Created By: Rogers Pessin (Tigsen)
//:: Created On: August 4, 2002
//:://////////////////////////////////////////////
void main()
{
// Clear all actions so the ox will just stand there.
ClearAllActions();
SetLocalInt(OBJECT_SELF,"RP_OX_STATUS",0);
}