Page 1 of 1
hey everyone i need major help with a code
Posted: Tue Jun 17, 2003 4:09 pm
by homegrown4201
ok i've been trying to figure this out and cant seem to do it i need a code for mudd...one for a a player moves to a screen and randomly triggers a trap any and all help is very much appreciated, thanks
Posted: Tue Jun 17, 2003 4:20 pm
by AVATAr
what??????
Posted: Tue Jun 17, 2003 4:20 pm
by Drachlen
I suggest you thuroughly read all the stickies to get some information. Even though i dont know how to write the code you want, im sure its complicated, and i doubt anyone will do it for free if you dont give some of your attempts, and errors. If you are just starting with php, start smaller, and find some tutorials.
http://www.php.net is a nice place for help on basically anything and its what ive been using. Good luck!
Posted: Tue Jun 17, 2003 4:24 pm
by homegrown4201
confused ya eh? i need a code so that when a player enters a room it randomly triggers a trap ....like randomly as in 4 guys go in nothing happens 5 guy goes in triggers trap type deal
Posted: Tue Jun 17, 2003 4:30 pm
by AVATAr
this is not a "Make some code for me" try to figure it out.. and make some code yourself... if you have some problem you can post it here.
good luck
Posted: Tue Jun 17, 2003 11:58 pm
by discobean
ahh I understand!
Code: Select all
<?php
echo "Hello world.. you are trapped!";
?>
try that
