Initial commit. Updated release archive.
This commit is contained in:
7
_module/nss/as_use_chair.nss
Normal file
7
_module/nss/as_use_chair.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
object oTarget = GetNearestObjectByTag("Chair",oPC,1);
|
||||
|
||||
AssignCommand(oPC,ActionSit(oTarget));
|
||||
}
|
Reference in New Issue
Block a user