This commit is contained in:
parent
37319b4147
commit
18dba8628b
@ -6,10 +6,10 @@
|
|||||||
#include data/scripts/defs/trans.scr
|
#include data/scripts/defs/trans.scr
|
||||||
|
|
||||||
|
|
||||||
if(_isHoldingWeapon(WEAPON_BUBBLEWAND)==TRUE)
|
;if(_isHoldingWeapon(WEAPON_BUBBLEWAND)==TRUE)
|
||||||
{
|
;{
|
||||||
if(_getAmmoCount(AMMO_BUBBLEWAND)<10)
|
; if(_getAmmoCount(AMMO_BUBBLEWAND)<10)
|
||||||
{
|
; {
|
||||||
_setText(CHAR_PATRICK,STR__INGAME__CH3__L3__PATRICK1);
|
_setText(CHAR_PATRICK,STR__INGAME__CH3__L3__PATRICK1);
|
||||||
_setResponseOptions(QUESTION_OK);
|
_setResponseOptions(QUESTION_OK);
|
||||||
do
|
do
|
||||||
@ -18,7 +18,7 @@ if(_isHoldingWeapon(WEAPON_BUBBLEWAND)==TRUE)
|
|||||||
}
|
}
|
||||||
while(_getResponse()==ANSWER_NONE);
|
while(_getResponse()==ANSWER_NONE);
|
||||||
_setAmmoCount(AMMO_BUBBLEWAND,10);
|
_setAmmoCount(AMMO_BUBBLEWAND,10);
|
||||||
}
|
; }
|
||||||
}
|
;}
|
||||||
|
|
||||||
stop;
|
stop;
|
||||||
|
Loading…
Reference in New Issue
Block a user