Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Azazello
« on: October 23, 2007, 06:47:49 PM »

Freedom's Reign/Reign of Virtue adds some items in very simple code:
Code: [Select]
//Container
///////////

IF
   Global("DeSpawnItem","AR0602",0)
THEN
   RESPONSE #100
      SetGlobal("DeSpawnItem","AR0602",1)
      ActionOverride("Jailkeep Table",CreateItem("DeITM033",0,0,0)) // Dirk
      ActionOverride("Jailkeep Table",CreateItem("DeITM068",0,0,0)) // Sabre
      ActionOverride("Jailkeep Table",CreateItem("DeITM007",0,0,0)) // Hatchet
      ActionOverride("Jailkeep Table",CreateItem("DeITM034",0,0,0)) // Horseman's Flail
      Continue()
END

These are added via a BAF for area AR0602.
Posted by: Red Carnelian
« on: October 23, 2007, 03:02:07 PM »

I'm trying to add an item to a container in an area using Weidu. Is there a tutorial anywhere for that task? I searched but to no avail and most of the examples from other MODS are too complicated fo me at the moment.