LoD_PRC8/_module/nss/random_walk.nss

18 lines
367 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
//:://////////////////////////////////////////////////
//:: random_walk
/*
Random walking on spawn
*/
//:://////////////////////////////////////////////////
//:: Created By: r3plica
//:: Created On: 20/01/2005
//:://////////////////////////////////////////////////
void main()
{
object oChild = OBJECT_SELF;
AssignCommand(oChild, ActionRandomWalk());
}