Usually wands are used by players. If it's for a DM that will also likely be multiplayer, no? I think you work on a PW so I was just making an observation. Feel free to ignore what I said, friend.
ehhh? now im confused lol! i'm just building a wand that can change day to night, as a command (or function?) to be used by a PC. and thats it '> there is no harm in that
Saying "It doesn't work" is really not that helpful. Did your script fire at all (I think it didn't since it should work)? How are you hooking it up? What's making your script execute?
Do you have the module settings set such that 20hours _is_ night?
I'm entirely not sure how to answer these questions
I get an error at line 3 saying
10/9/2015 4:15:43 PM: Error. 'timer' did not compile.
timer.nss(3): ERROR: DECLARATION DOES NOT MATCH PARAMETERS
And this is the same code ive used as above '>
void main()
{
SetTime(20);
}
its fired from a conversation (or dialogue). and meant to go straight into the "Actions Taken" Line of the dialogue (since the idea is to fire the script when clicking on a specific word Ex: "Turn Day on" would be used as the line and the script would be fired from that line") did i do that right?
and i don't think the script is executing at all.
and yes 20 is the night hour (or hour 20 is night) for the module in question '>