mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
fucked up a keyword
This commit is contained in:
parent
beff99d985
commit
5f2d815e42
@ -5,7 +5,7 @@ version=2
|
|||||||
:when:Standard Bag 5 BP
|
:when:Standard Bag 5 BP
|
||||||
:if:<player.bp><5
|
:if:<player.bp><5
|
||||||
@text.show(You don't have enough BP!~Come back soon!)
|
@text.show(You don't have enough BP!~Come back soon!)
|
||||||
:exitscript
|
:endscript
|
||||||
:endif
|
:endif
|
||||||
@storage.set(integer,berryloop,0)
|
@storage.set(integer,berryloop,0)
|
||||||
:while:15><storage.get(integer,berryloop)>
|
:while:15><storage.get(integer,berryloop)>
|
||||||
@ -17,7 +17,7 @@ version=2
|
|||||||
:when:Special Bag 10 BP
|
:when:Special Bag 10 BP
|
||||||
:if:<player.bp><10
|
:if:<player.bp><10
|
||||||
@text.show(You don't have enough BP!~Come back soon!)
|
@text.show(You don't have enough BP!~Come back soon!)
|
||||||
:exitscript
|
:endscript
|
||||||
:endif
|
:endif
|
||||||
@storage.set(integer,berryloop,0)
|
@storage.set(integer,berryloop,0)
|
||||||
:while:10><storage.get(integer,berryloop)>
|
:while:10><storage.get(integer,berryloop)>
|
||||||
|
@ -116,7 +116,7 @@ version=2
|
|||||||
|
|
||||||
:if:<player.bp><<register.value(juicecost<storage.get(integer,select)>)>
|
:if:<player.bp><<register.value(juicecost<storage.get(integer,select)>)>
|
||||||
@text.show(You don't have enough BP!~Come again soon!)
|
@text.show(You don't have enough BP!~Come again soon!)
|
||||||
:exitscript
|
:endscript
|
||||||
:endif
|
:endif
|
||||||
|
|
||||||
@text.show(Which Pokemon is this~drink for?)
|
@text.show(Which Pokemon is this~drink for?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user