Area Containers - AR3100 - Shipwreck Store
Corsymyr
Member Posts: 146
If one was interested in scripting a new item into the Shipwreck Store in AR3100, how would he/she go about it? I know how to put items into normal stores, but I am unsure as to the name of the storage file for it.
Any assistance will be much appreciated!
TIA
Any assistance will be much appreciated!
TIA
0
Comments
IF
Trigger()
THEN
RESPONSE #100
ActionOverride("ContainerX",CreateItem("myitem",0,0,0))
Continue()
@Wisp Thanks, and you are so right! My new MOD will be out soon (95% complete), and the Trigger is tight. Hopefully it wont be too buggy, as it has dialog and this will be my first release with such.