mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 18:37:14 -05:00
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
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);
|
|
} |