Quote:
Originally Posted by fowlplay4
You can use GS2 now! Don't be a slave to GS1 conventions.
PHP Code:
function onTrigger() {
with (findimg(index)) {
image = clientr.weapon_img;
x = thiso.x;
y = thiso.y;
}
}
|
The thing I don't understand is that this looks like it is outlining a function... so if I made function onTrigger(), how would I call it? Just with onTrigger();?