Can someone please point out the obvious flaw here? It looks fine to me though.
But i'm a noob so everything looks fine to me >.>
edit: Script: Function toweapons not found at line 2 in script of baddydropper (in level inside_osl.nw at pos (30.5, 30.5)) pops up in RC. Any ideas?
NPC Code:
function onPlayerTouchsme() {
toweapons(BaddyDropper);}
function onWeaponFired() {
putcomp graysoldier, mousex, mousey;
}