Search found 4098 matches
- Sun Jun 02, 2013 7:05 am
- Forum: Game Discussion
- Topic: Help with script please!
- Replies: 22
- Views: 7821
- Sat Jun 01, 2013 6:39 am
- Forum: Game Discussion
- Topic: Help with script please!
- Replies: 22
- Views: 7821
- Sat Jun 01, 2013 3:00 am
- Forum: Game Discussion
- Topic: Help with script please!
- Replies: 22
- Views: 7821
- Wed May 29, 2013 11:58 pm
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
I'm pleased to hear that! A lot of people don't understand scripts they are given and don't seem to learn anything. To give another viewpoint on what you said, people who are new to scripting/programming often try to program in a declarative way: telling the computer what they want, rather than how ...
- Sat May 25, 2013 12:34 am
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
Back; sorry, had a crunch period for a couple days. The reason that won't work is that your 3 scripts are called in sequence, and they start and end by setting the right tag. But when the exit condition (skipping waits) is turned on, in order for the scripts to be exited, all three are instantly run...
- Sat May 25, 2013 12:20 am
- Forum: Game Discussion
- Topic: Help with script please!
- Replies: 22
- Views: 7821
If the slice you want to draw on top of your hero doesn't change depending on their direction, then this is actually very easy! You just create the slice once and you're done. But I'm assuming that you do want to give it different directions. I can give you some help with that, but I'm warning you t...
- Fri May 24, 2013 11:53 pm
- Forum: Game Discussion
- Topic: Bob the Hamster Dirt Dig Playtesting Thread
- Replies: 36
- Views: 10458
- Wed May 22, 2013 12:45 am
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
- Tue May 21, 2013 7:50 pm
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
You can directly set a tag with an NPC (other than its one-time use tag), but you can attach a textbox or a script to it that sets a tag. On the other hand maybe you only want the barrel to be activated from one direction? You ought to at least check all of the space, enter and ctrl keys though. And...
- Tue May 21, 2013 6:06 pm
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
- Tue May 21, 2013 5:55 pm
- Forum: General Discussion
- Topic: BMR's Wiki Updating Log
- Replies: 16
- Views: 5657
Cool! Hehe, slime sprites. Still, if we can get James to draw bob for the tutorial title image that would be nice :) I tried to keep the wiki work going in your absense. I updated the chapter list footer. If you edit a page, right at the bottom of the page will be links to the templates it uses. I c...
- Tue May 21, 2013 4:27 pm
- Forum: Game Discussion
- Topic: My level up wont work??
- Replies: 12
- Views: 3324
Yes, this is too confusing. And buggy. The purpose of the max/hard level cap is to define the stat growth curve in the hero stat editor (and the experience-to-level curve once that is customisable)*. You can't exceed the hard cap because otherwise the engine wouldn't know what stats to give the hero...
- Tue May 21, 2013 4:19 pm
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984
That error indicates that you have an extra ) or end somewhere before the if. (You can try pasting your script into this and it will re-indent it according to the brackets, which can help to find the mistake.) I've tried a couple workarounds but none of them stop the script from looping back to the ...
- Tue May 21, 2013 4:05 pm
- Forum: General Discussion
- Topic: Plans for new OHR Gamelist
- Replies: 54
- Views: 14256
- Tue May 21, 2013 3:31 am
- Forum: Game Discussion
- Topic: Breaking out of a script
- Replies: 21
- Views: 4984