Skip to content

Commit ea7d59b

Browse files
committed
updated README and about
1 parent 4bb8ae6 commit ea7d59b

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
Pointers is a mod that allows item edit trigger to use itemID as pointers
22

3-
This mod is the key that makes C2gdasm possible
3+
## This mod was only made as an helper for me to make C2gdasm (another project of mine) possible so it's probably not usefull for you.
4+
5+
It adds 3 new boolean properties to the item edit trigger, respectively for the itemID 1, the itemID2 and the target itemID.
6+
To modify the properties, copy an item edit trigger, paste it in some random txt, modify the value of the properties : 0 to disable it and 1 to unable it.
7+
The properties in question are the last three one.
8+
9+
Now whenever the item edit trigger is activated, for each of the properties set to 1, the corresponding itemID that will be used in the operation is the one defined based on the value stored in the itemID specified.
10+
Example : you do item id 1 = item id 2 + item id 3 with the property set to 1 only for the target itemID and let say right before that itemdID 1 = 100 then instead of saving the result in itemID 1, it will save it in itemID 100.
11+
Example : you do item id 1 = item id 2 + item id 3 with the property set to 1 only for the itemID 1 and let say right before that itemdID 2 = 100 then instead of doing itemid 2 + item id 3, it will do itemid 100 + item id 3.

about.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
Pointers is a mod that allows item edit trigger to use itemID as pointers
1+
Pointers is a mod that allows item edit trigger to use itemID as pointers
2+
3+
## This mod was only made as an helper for me to make C2gdasm (another project of mine) possible so it's probably not usefull for you.
4+
5+
It adds 3 new boolean properties to the item edit trigger, respectively for the itemID 1, the itemID2 and the target itemID.
6+
To modify the properties, copy an item edit trigger, paste it in some random txt, modify the value of the properties : 0 to disable it and 1 to unable it.
7+
The properties in question are the last three one.
8+
9+
Now whenever the item edit trigger is activated, for each of the properties set to 1, the corresponding itemID that will be used in the operation is the one defined based on the value stored in the itemID specified.
10+
Example : you do item id 1 = item id 2 + item id 3 with the property set to 1 only for the target itemID and let say right before that itemdID 1 = 100 then instead of saving the result in itemID 1, it will save it in itemID 100.
11+
Example : you do item id 1 = item id 2 + item id 3 with the property set to 1 only for the itemID 1 and let say right before that itemdID 2 = 100 then instead of doing itemid 2 + item id 3, it will do itemid 100 + item id 3.

0 commit comments

Comments
 (0)