GoldRo Posted August 14, 2012 Posted August 14, 2012 (edited) Good time for you, friends I have next problem: Disguise Hat npc scripted by me in 2010, trying to use it now so we have npc, wich inserts item in your headgear in 4 slot id,Top_Coin1,Top_Coin1,3,10,,0,,,,,,,,,,,,,{callfunc "DisguiseHat",1;},{},{changelook 4,0;} as you see - this item calls for func this func function script DisguiseHat { switch(getarg(0)){ case 1: changelook 4,topdisg1; break; topdisg1 var saves correctly in other npc func (checked in mysql) item inserts correctly to, but sprite dont changing Edited August 14, 2012 by GoldRo Quote
Question
GoldRo
Good time for you, friends
I have next problem:
Disguise Hat npc scripted by me in 2010, trying to use it now
so we have npc, wich inserts item in your headgear in 4 slot
as you see - this item calls for func
this func
topdisg1 var saves correctly in other npc func (checked in mysql)
item inserts correctly to, but sprite dont changing
Edited by GoldRo0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.