I'm adding a way for the plugins to spawn any mob. Basically, I'll just reuse the spawn egg code, move it into cWorld and export it to Lua.
Added in rev 1014. Call it like this:
Added in rev 1014. Call it like this:
Code:
cWorld:SpawnMob(x, y, z, E_ENTITY_TYPE_GIANT);