haunter894
2 posts
|
Topic: General Gaming /
interactive buddy scripts
got another one :D napalm >:D
if(getMouseDown(), create(“molotov”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), create(“firball”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), create(“bowlball”, getXMouse(), getYMouse(), 0, 0));
if(getMouseDown(), explode(getXMouse()xChange, getYMouse()yChange, strength));
|
haunter894
2 posts
|
Topic: General Gaming /
interactive buddy scripts
Heres a little one I made up. CAUTION HUGE LAG CREATOR
its called the nuke :D good luck :) if(getMouseDown(), explode(getXMouse(), getYMouse(), (getXMouse()-getBuddyX())/-15, (getYMouse()-getBuddyY())/-15-10, strength, spread, size, false));
if(getMouseDown(), create(“fireball”, getBuddyX(), getBuddyY(), 0, 0));
if(getMouseDown(), playSound(“explode”,100)+
|