Difference between revisions of "GetOffersServicesNow"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
imported>Pintocat
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Incomplete}}
{{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].


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]

Latest revision as of 04: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

[help]
(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.