sur le onused de ta chaise
void main()
{
object oPlayer = GetLastUsedBy ( );
object oTarget = OBJECT_SELF;
if ( GetIsPC ( oPlayer))
{
if ( GetIsObjectValid(oTarget) && ! GetIsObjectValid ( GetSittingCreature ( oTarget)))
{
AssignCommand ( oPlayer, ActionSit ( oTarget));
}
}
}
sinon, va voir là
http://www.hellfire.firstream.net/
y´a pas mal de scripts pour débutants, bien expliqués pour la majorité.