Posted by Just another Oldbie on 2/19/2005, 10:07 pm, in reply to "Some answers" --Previous Message--
68.57.245.187
(no text)
: 1) set Hero frame doesn't exist in the plotscript
: dictionary. Set NPC frame does though. Frame refers to
: one of the 8 panels that you draw to make the
: character.
:
: 2) I believe mod refers to modular division. This is a
: form of division in which the remainder is returned.
: It doesn't really make sense in this context, although
: a set hero frame command really doesn't exist. You
: should use
: set NPC frame (who,frame)
: 3) You might want to use some wait commands in between
: the changing of the NPC direction, otherwise you may
: not actually see him doing any of those fancy dance
: moves! (use like a wait (1) or wait (2) or something
: for a decent delay)
: 4) Not sure, technically it will if you drew the
: walkabout drawings according to how they should be
: drawn (north 1, north 2, east 1, east 2, south 1,
: south 2, west 1, west 2)
: 5) The NPC shouldn't disappear unless you used Create
: NPC to display him on the screen, then he will go away
: when the map reloads. If he is an actual part of that
: map, like he is placed on it, then he should stay.
:
:
: --Previous Message--
: 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