Further file organization
Further file organization
This commit is contained in:
8
nwn/nwnprc/trunk/scripts/prc_ai_mob_userd.nss
Normal file
8
nwn/nwnprc/trunk/scripts/prc_ai_mob_userd.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsObjectValid(GetMaster(OBJECT_SELF)))
|
||||
ExecuteScript("x0_ch_hen_usrdef", OBJECT_SELF);
|
||||
else
|
||||
ExecuteScript("x2_def_userdef", OBJECT_SELF);
|
||||
ExecuteScript("prc_npc_userdef", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user