Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mathwiz425

#1
Thanks! Can I put more than command after the if (p==1)?  Like...
dialog_request(int p) {
if (p==1) Display("Hi"); Display(Bye!");
if (p==2) player.ChangeRoom(5); Display("You entered room 5");

#2
The two run-scripts are in different dialog scripts. 
#3
I'm completely sure. One dialog has run-script 1 and the other has run-script 2.  P==2 never runs!  All my dialogue requests run p==1. :'(
#4
Thanks! Now when I only want it to run p==2, it runs p==1 and p==2. What can I do to stop this from happening?
#5
How can I have more than one dialog request?
When I tried to put two "function dialog_request(int)" the following comes up:"Variable dialog_request already exists."
SMF spam blocked by CleanTalk