
01-14-2002, 01:47 PM
|
|
man with the mastahplan
|
 |
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
|
|
|
Something like:
if (playerchats&&strequals(#c,lay down <weaponname>)) {
this.x = {0.5,-0.5,0.5,2.5};
this.y = {-1,1,3,1};
putnpc weaponimage,weaponcode,this.x[playerdir],this.y[playerdir];
destroy;
}
That is just for laying weapons so it would need more code, but it's a good start. |
|
|
|