RPG Maker Forums

For those that are not familiar with the concept of "negative indices" that is common in a couple languages, you can index ruby arrays using positive and negative numbers

Code:
arr = [1,2,3,4,5]p arr[0]  # 1p arr[1]  # 2p arr[2]  # 3p arr[-1] # 5p arr[-2] # 4

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top