Difference between revisions of "GetOffersServicesNow"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Pintocat |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|origin = GECK1 | |||
|summary = Returns 1 if the calling actor offers services in his current package. | |||
|name = GetOffersServicesNow | |||
|referenceType = actorRef | |||
|returnType = bool | |||
}} | |||
==Notes== | |||
This command will return 0 if the npc gets into a conversation with another npc or while moving to a destination. | |||
If you set up a travel package (even with the "offer service" flag on) while the NPC is traveling to it's destination it is in a temporary NOT OFFER SERVICE state while they are moving. | |||
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetOffersServicesNow GetOffersServicesNow]. | Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetOffersServicesNow GetOffersServicesNow]. |
Latest revision as of 03:24, 20 January 2017
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Returns 1 if the calling actor offers services in his current package.
Syntax
(bool) actorRef.GetOffersServicesNow
Notes
This command will return 0 if the npc gets into a conversation with another npc or while moving to a destination.
If you set up a travel package (even with the "offer service" flag on) while the NPC is traveling to it's destination it is in a temporary NOT OFFER SERVICE state while they are moving.
Link to TES4 Construction Set Wiki: GetOffersServicesNow.