Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/no_scr_logeq.nss
Normal file
14
_module/nss/no_scr_logeq.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oL = GetItemInSlot( INVENTORY_SLOT_LEFTHAND );
|
||||
object oR = GetItemInSlot( INVENTORY_SLOT_RIGHTHAND );
|
||||
|
||||
if ( GetIsObjectValid( oL ) )
|
||||
{
|
||||
SetLocalObject( OBJECT_SELF, "LHAND", oL );
|
||||
}
|
||||
if ( GetIsObjectValid( oR ) )
|
||||
{
|
||||
SetLocalObject( OBJECT_SELF, "RHAND", oR );
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user