NWNDS/nwnds_module/dealer_sit.nss

6 lines
181 B
Plaintext
Raw Normal View History

void main()
{
//Move dealer to chair object with the tag 'CHAIR_NPC_BLACKJACK' and sit in it.
AssignCommand(OBJECT_SELF,ActionSit(GetObjectByTag("CHAIR_NPC_BLACKJACK")));
}