Castle Paradox Forum Index Castle Paradox

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Gamelist   Review List   Song List   All Journals   Site Stats   Search Gamelist   IRC Chat Room

Moving multiple npcs at same time in a pattern

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
Säjam of EVOS
Lieutenant Colonel




Joined: 09 Aug 2003
Posts: 2
Location: Everywhere you don't want me to be

PostPosted: Tue Sep 23, 2003 3:40 am    Post subject: Moving multiple npcs at same time in a pattern Reply with quote

is it possible to move different npcs in a specific pattern at the same time?

Ex. Have npc 1 move south,2 then west,3...MEANWHILE...npc 2 moves north,4 then move east,2..??
_________________
All we have to decide is what to do with the time that is given to us.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sew
Just here for looks




Joined: 15 Mar 2003
Posts: 221
Location: #Sew

PostPosted: Tue Sep 23, 2003 3:51 am    Post subject: Reply with quote

Sure, just don't use the "Wait for NPC" command.

~Sew
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Me
HI.




Joined: 30 Mar 2003
Posts: 870
Location: MY CUSTOM TITLE CAME BACK

PostPosted: Tue Sep 23, 2003 7:33 am    Post subject: Reply with quote

More specifically:
Code:
walk npc(1, down, 2)
walk npc(2, left, 3)
wait for npc(1)
walk npc(1, right, 9)
wait for npc(2)
walk npc(2, up,4)
etc.

As you can see, you have to make sure to include the wait commands at the right spot, otherwise you'll get one f*cked up pattern.
_________________
UP DOWN UP DOWN LEFT LEFT RIGHT RIGHT A B START
Back to top
View user's profile Send private message AIM Address
Corak of EVOS




Joined: 10 May 2003
Posts: 54
Location: Purgatory City

PostPosted: Tue Oct 07, 2003 7:08 pm    Post subject: Reply with quote

Me and Sajam figured it out. Thanks fellas.
_________________
Initiate game advertisment NOW! Stenmele Osmium
What is the Feasting?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP! All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group