Posted by Mad Cacti on 2/19/2005, 9:33 pm, in reply to "Re: hide a part of a hero picture" You should put a wait between each 'set npc direction', but not after the 'alter npc' command. However, you don't need 'wait for npc'. Changing direction does not count as moving, so you don't have to wait for it. The order of the directions as you draw them in custom are north, east, south, west. And no, you not make an npc dissapear with alternpc (but you can make it invisible) --Previous Message--
218.101.70.130
soory, my mistake. There is no 'set hero frame' command, I meant 'set npc frame'. I also mean 'set npc direction' instead of 'set hero direction'. But, forget that, I can see what you mean now.
: hum... could you please tell me
:
: 1) how do we use the set hero frame command ?( what
: does "frame" refers to? / Can I use a
: "wait" command with it ?)
:
: 2)in set hero frame (npc,(n,mod,2)): what does mod
: refers to ? (wander, pass, stand still ?)
:
: 3)could you check this little script
: #----------------------------------------------------
: script, out of bed, begin
:
: suspend Npcs
: suspend player
: show text box (184)
: wait for text box
: set Npc direction (18, north)#Npc 18 speed(0) stand
: still
: set Npc direction (18,east)
: set Npc direction (18,west)
: set Npc direction (18, south)
: alter Npc (18,Npcstat:picture, 25) #Now Npc 18 use
: picture #set 25
: set Npc direction (18, north)#Npc 18 speed(0) stand
: still
: set Npc direction (18,east)
: set Npc direction (18,west)
: set Npc direction (18, south)
: wait for Npc (18)
: resume Npcs
: resume player
: end
:
: #---------------------------------------------------------
: 4)Could you please tell me if the order of the
: directions will display the set from left to right ?
: 5)Could you please confirm me that the npc will never
: disapear from the screen ?
:
: Thank you very very much for your help !
: When you will have a few free time could please answer
: in priority my question about the password script in
: the middle of the board.
:
: Thank you again and good luck!
:
:
Message Thread:
![]()
« Back to thread