Save-Point
Simple Inn - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Simple Inn (/thread-6863.html)



Simple Inn - Tsunokiette - 06-28-2006

Simple Inn
Tsunokiette
Jun 28 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


This is a simple Inn script which can be used to make Inns.

To use, in the script event box, put this -

Code:
a = #cost here
b = #greeting message
c = #closing message
call_inn(a,b,c)


example :

Code:
a = 120
b = 'Welcome, it costs 120 gold to stay here for the night. Would you like to rest?'
c = 'I hope you enjoyed your stay'
call_inn(a,b,c)


Just place this script above main -

Code


Credits go to -

Tsunokiette - (for basic concept)
Zeriab - (for making it not screw up) (happy.gif)>O cookies for Zeriab
Blizzard - (for something, just put him too :-P)