Difference between revisions of "@ResourceGather"
From SphereWiki
(→Return Values) |
(→Return Values) |
||
Line 40: | Line 40: | ||
| '''Return Value''' || '''Description''' | | '''Return Value''' || '''Description''' | ||
|- | |- | ||
− | | 1 || Prevents the | + | | 1 || Prevents the resource from being gathered, showing up the related messages. |
|} | |} | ||
Latest revision as of 20:39, 5 December 2013
Description
This trigger fires when the gathering proccess is going to finish.
Fires on:
References
The following object references are explicitly available for this trigger:
Name | Description |
ARGO | The worldgem bit that represents the resource in the world. |
I | The region resource being gathered. |
SRC | The character gathering the resource. |
Arguments
The following arguments are set for this trigger. If an argument is marked as "In" then a value will be passed in to the trigger, if an argument is marked as "Out" then it can be set to a value to affect Sphere's behaviour:
Argument | In/Out | Description |
Local.ResourceID | IO | The id of the item being gathered. |
ARGN1 | IO | The amount of the resource being gathered at this time. |
Return Values
The following return values are explicitly defined for this trigger:
Return Value | Description |
1 | Prevents the resource from being gathered, showing up the related messages. |