Initial Commit
Initial Commit
This commit is contained in:
12
_module/nss/mpoker_stool.nss
Normal file
12
_module/nss/mpoker_stool.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oChair = OBJECT_SELF;
|
||||
if(!GetIsObjectValid(GetSittingCreature(oChair)))
|
||||
{
|
||||
AssignCommand(GetLastUsedBy(), ActionSit(oChair));
|
||||
object oTable = GetNearestObjectByTag("mpoker_table");
|
||||
DelayCommand(2.0, AssignCommand(oTable, SpeakOneLinerConversation("mpoker")));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user