Showing posts with label guide - jobs(basic). Show all posts
Showing posts with label guide - jobs(basic). Show all posts

Sunday, March 25, 2012

Guide - Jobs (Basic)



So the actual creating of a job is way to simple and to tell you the truth I probably should make it more complex just for complexity's sake. The image files are sent to

libs/otherlib/images/ --- as a standard please use the jobsicon folder but it is not required.

the xml is located at

libs/otherlib/xml/jobs/roomjob1.xml

You can always at your own files on

libs/otherlib/xml/jobs/jobfiles.xml

if you want to but sort of pointless.

Jobs actually only have 4 tags... And they are very self explaining.

name = "bath attendant" --- The name of the job makes sure it matches the room job call
image = "jobicons/bathattendantjob.png" --- the icon image for the job
description = "The slave will provide service to those entering the bath." --- Flavor Text
event = "bathattendantjob" --- The event call for the event system when the girl is doing the job.

And that is it. A little review the flow is sort of...

House --> Room --> Job --> event --> text

so next up should probably be some examples of events...

Daisy