Search found 7086 matches

by Bob the Hamster
Sun Jul 28, 2013 8:26 pm
Forum: General Discussion
Topic: Post Cool Guys
Replies: 10
Views: 2415

<img src="">
by Bob the Hamster
Sat Jul 27, 2013 5:23 pm
Forum: General Discussion
Topic: Post Cool Guys
Replies: 10
Views: 2415

Dodgson! We've got Dodgson here!
by Bob the Hamster
Sat Jul 27, 2013 5:14 pm
Forum: Game Discussion
Topic: Hamster Wheel Articles
Replies: 44
Views: 7222

I enjoyed reading these reviews, and I am looking forward to C Kane, The mystery! the anticipation!
by Bob the Hamster
Fri Jul 26, 2013 9:27 pm
Forum: General Discussion
Topic: Minecraft Thread
Replies: 802
Views: 160179

The server move is complete. The new address is 72.51.46.98:26065

I have also updated the creeper.hamsterrepublic.com:26065 so if you set up your connection to the server using that, you probably won't need to update anything.
by Bob the Hamster
Thu Jul 25, 2013 7:19 pm
Forum: Game Discussion
Topic: Feature Request to make OHR easier to use
Replies: 8
Views: 1419

Oh! i understand. Well, if I updated "set hero picture" to work on portraits, I would also update "get hero picture" the same way, and then you could use something like: sl &#58;= load portrait sprite&#40;get hero picture&#40;find hero&#40;hero&#58;bob&#41...
by Bob the Hamster
Thu Jul 25, 2013 3:24 pm
Forum: Game Discussion
Topic: Feature Request to make OHR easier to use
Replies: 8
Views: 1419

What if I extended the "set hero picture" command so that in addition to setting walkabouts and battle sprites, it could also set portraits?
by Bob the Hamster
Thu Jul 25, 2013 3:17 pm
Forum: Game Discussion
Topic: Macabre
Replies: 255
Views: 67443

haha! That blob boss is great!
by Bob the Hamster
Wed Jul 24, 2013 9:48 pm
Forum: Game Discussion
Topic: Feature Request to make OHR easier to use
Replies: 8
Views: 1419

Marionline: yes, your first suggestion is on my to-do list, but I haven't worked on it yet because it requires a rather large amount of rewriting and cleanup. You can see the details here: http://rpg.hamsterrepublic.com/ohrrpgce/Plan_for_an_Editor_Editor Jack: is "load portrait sprite" wha...
by Bob the Hamster
Wed Jul 24, 2013 2:13 pm
Forum: Front Page
Topic: OHRRPGCE Top 15 - 2013
Replies: 55
Views: 32342

Meatballsub wrote: Yes, any and all released OHRRPGCE games are eligible.
I am glad you clarified that! Somehow I was thinking that only recently released games were eligible.
by Bob the Hamster
Tue Jul 23, 2013 2:15 pm
Forum: Game Discussion
Topic: Plotscrip-if+else-again
Replies: 11
Views: 1593

TMC wrote:Come to think of it why don't I just make "else, if" equivalent to "else if"?
Because multiple ways to do the same thing are confusing! Especially when the only benefit would be to hide a typo.

But a compile-time warning for else,if would be useful.
by Bob the Hamster
Mon Jul 22, 2013 9:39 pm
Forum: General Discussion
Topic: I learned something today...
Replies: 160
Views: 32281

&& is "and"
|| is "or"
by Bob the Hamster
Mon Jul 22, 2013 2:21 pm
Forum: Game Discussion
Topic: Plotscrip-if+else-again
Replies: 11
Views: 1593

else if &#40;checktag &#40;tag&#58;run&#41;&#41; then This will not work. "else if" is a single command, so you cannot break it into two lines. Write it like this instead: else if &#40;checktag &#40;tag&#58;run&#41;&#41; then Here is a generic examp...
by Bob the Hamster
Mon Jul 22, 2013 2:12 pm
Forum: General Discussion
Topic: Minecraft Thread
Replies: 802
Views: 160179

On friday, my minecraft host is going to be upgrading the server that our world is hosted on, so we will be getting a new IP address 72.51.46.98 and a new port number. I don't know the new port number yet, but I will post it here when I have it. This post is mainly here as a reminder to myself that ...
by Bob the Hamster
Sun Jul 21, 2013 9:12 pm
Forum: General Discussion
Topic: The Surlaw Reviews - 7/1/21 - 2021 Mid-Year Update
Replies: 601
Views: 105928

I mostly enjoyed Crystalis-- in fact for a while after I first got it I considered it my favorite NES game, but I did really hate some of the repetitive dungeon design. I remember sketching some dungeons on paper as I played so I wouldn't get lost.
by Bob the Hamster
Wed Jul 17, 2013 10:13 pm
Forum: Game Discussion
Topic: Scripting Issues
Replies: 7
Views: 1305

Ah, okay, that isn't too hard. Check out this article: http://rpg.hamsterrepublic.com/ohrrpgce ... omes_up%3F

But I really do need to add a simple script trigger for when you press the button to display the menu.