5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ActionStartConversation (GetNearestCreature( CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC ) , "chairtalking", FALSE );
|
||
|
}
|