Thread
:
Bombs and Bows
View Single Post
#
14
05-19-2011, 06:35 PM
Tigairius
The Cat
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
PHP Code:
function
onPlayerChats
() {
if (
player
.
chat
==
"10 bombs"
) {
player
.
bombs
+=
10
;
}
}
Would only work in a level. You need to try to look around yourself and figure things out before asking the forums though.
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
Tigairius
View Public Profile
View GraalOnline Profile
Find all posts by Tigairius