Build an NPZR

Uberferret

New member
This is my second script I've decided to release. As the title says; it attempts to build you an NPZR.
The script assumes you have the meat available to buy the parts. It also checks to see if you are a moxie sign if so it'll supertinker the clockwork parts, if not it'll buy them from the mall.

Feedback, comments, suggestions, anything would be appreciated.
 

Attachments

  • getNPZR.ash
    1.2 KB · Views: 163

slyz

Developer
Edit the file in a non-formatting text editor (use notepad if you are running windows), and change
PHP:
equip_familiar($familiar(ninja pirate zombie robot));
to
PHP:
use_familiar($familiar(ninja pirate zombie robot));

EDIT: half ninja'd by Hee^3, but I think his line tries to equip the NPZR as a familiar equipment:
Function 'equip( slot, familiar )' undefined.
 
Last edited:

heeheehee

Developer
Staff member
Erm, yeah, I wasn't really paying attention. =P

I thought for some reason it was trying to equip something to the familiar.
 
Top