Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
5
nwnds_module/dealer_sit.nss
Normal file
5
nwnds_module/dealer_sit.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
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")));
|
||||
}
|
Reference in New Issue
Block a user