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

HALP!

 
Post new topic   Reply to topic    Castle Paradox Forum Index -> HELP!
View previous topic :: View next topic  
Author Message
AJH
Guest






PostPosted: Fri Dec 04, 2009 2:42 am    Post subject: HALP! Reply with quote

How would I create an invisible NPC that activates a tag when you step on the space it's on. so of course, it also has to be step-onnable, too. Really confused
Back to top
Bagne
ALL YOUR NUDIBRANCH ARE BELONG TO GASTROPODA




Joined: 19 Feb 2003
Posts: 518
Location: Halifax

PostPosted: Fri Dec 04, 2009 5:07 am    Post subject: Reply with quote

You could make it call up a text box which sets the tag, or, if you want it to silently set the tag, you'll have to use a simple plotscript.

Code:

Plotscript, silentTagsetter, begin

set tag (tagToSet, on / off)

end


Do you only want the tag to be toggled once?
_________________
Working on rain and cloud formation
Back to top
View user's profile Send private message
TMC
On the Verge of Insanity




Joined: 05 Apr 2003
Posts: 3240
Location: Matakana

PostPosted: Fri Dec 04, 2009 8:13 am    Post subject: Reply with quote

(Tip: You can make a script which you can reuse to silently set any tag by adding an argument:

Code:
plotscript, set tag on, tag num, begin
  set tag (tag num, on)
end


Then you'd set the step-on NPC to Run Script 'set tag on' with the Script Argument the tag ID number.)

In case you're not familar with compiling scripts, see the start of 'Plotscripting Tutorial'
_________________
"It is so great it is insanely great."
Back to top
View user's profile Send private message Send e-mail
AJHunter
Probably Naked




Joined: 04 Dec 2009
Posts: 131
Location: Usually bed

PostPosted: Mon Dec 21, 2009 4:05 am    Post subject: Reply with quote

too make it harder: the tags have to be toggled only once and can only be toggled in sequence (1, 2, 3, 4, 5 to be exact)
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