kn4tseb
Master
Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0
|
RE: NPCRrestock doesnt fire
so, is it possible to add a new item to the NPC Stock when restocking?
example
Code:
ON=@Whatever
//<UID> = NPC
EVENTS +e_newitemforselling
RESTOCK
[EVENTs e_newitemforselling]
ON=@NpcRestock
IF <BRAIN> = 6
SELL = i_whatever,{500,1000}
EVENTS -e_newitemforselling
ENDIF
I suppose not, because its a display selling windows, should i modify that?
SELL=
Doesnt accept LOCAL's OR Tags??????
if tag0.bardiche = i_bardiche // for example
i cannot set = <TAG0.BARDICHE>,1
Is there any way i could do that?
(This post was last modified: 08-26-2014 07:45 AM by kn4tseb.)
|
|
08-26-2014 06:49 AM |
|
|