mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-15 23:08:38 +02:00
7 lines
602 B
Plaintext
7 lines
602 B
Plaintext
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 |