In the other makers (bar XP) there would be a call INN function, but I guess they took that out in XP as well. You'd have to hand code it with events.
<> Message (Page 1): Welcome to the Inn. Would you like to sleep here?
Cost= 50 (whatever currency)(Dialogue can be anything)
<> Show Choices: Yes, No
[Yes] Handler
<> Conditional Branch: Money 50 or more (Conditional Branch Page 1) (Money Page 4) (>= sign)
<> Tint Screen (-225, -225, -225, 0), @ 20 (or anything for the frames) (Page 2)
<> Play ME : '014-Inn 01', 100, 100 (Page 2)
<> Complete Healing: Entire Party (Page 3)
<> Tint Screen (0, 0, 0, 0), @ 20 (or anything for the frames) (Page 2)
<> Message: Hope you enjoyed your stay! (or anything) (Page 1)
<> Change Money - 50 (or how much money you used) (Page 1)
Else Handler
<> Message: Not enough money. (or anything)(Page 1)
<>
End
[No] Handler
<> Message: Come again soon. (or anything) (Page 1)
End
<>