6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
|
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")));
|
||
|
}
|