P3D-Legacy/P3D/Content/Data/Scripts/kin/berryforestitems/main.dat

7 lines
602 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(berryforestitem<storage.get(integer,itemID)>)>=False
@item.give(<storage.get(integer,itemID)>,1)
@item.messagegive(<storage.get(integer,itemID)>,1)
@register.registertime(berryforestitem<storage.get(integer,itemID)>,<system.random(8,24)>,hours)
:endif
:end