This commit is contained in:
parent
b07579ba00
commit
8c67d9ee9b
1 changed files with 6 additions and 6 deletions
|
@ -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 @@
|
||||||
}
|
}
|
||||||
while(_getResponse()==ANSWER_NONE);
|
while(_getResponse()==ANSWER_NONE);
|
||||||
_setAmmoCount(AMMO_BUBBLEWAND,10);
|
_setAmmoCount(AMMO_BUBBLEWAND,10);
|
||||||
; }
|
// }
|
||||||
;}
|
//}
|
||||||
|
|
||||||
stop;
|
stop;
|
||||||
|
|
Loading…
Add table
Reference in a new issue