Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Flashlight Spell For 2.7 ???
Flashlight Spell For 2.7 ???
My brother and I have taken our first few steps into making a haunted house simulator game. Unfortunately we are not able to get the flashlight spell from 2.5 to work. Is there an updated flashlight spell for 2.7?
Last edited by C_R_O_W on March 17th, 2012, 7:18 am, edited 1 time in total.
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Flaslight Spell For 2.7 ???
RPG 2.7(.1) is a different scripting system, so there will be differences. I would simply check out all of the statuses in the .cfg file (I can't remember which one off hand) and check out other spells people have created for 2.7.

Want a user bar like this one? PM Leo!
- Sircameron
- Member
- Posts: 62
- Joined: March 6th, 2012, 9:13 pm
- Name: Cameron
- Location: Indiana
Re: Flashlight Spell For 2.7 ???
Its not exactly what you're looking for but you can make a .cfg file in the \statuses directory with
(.7 .5 .2) - RGB colours in 0 - 1 range
(20) - is the radius of the effect
(9000) - is the duration of the effect
Code: Select all
r_status_friendly 1
r_status_addlight .7 .5 .2 20 9000
(20) - is the radius of the effect
(9000) - is the duration of the effect
Last edited by Hirato on March 21st, 2012, 6:20 am, edited 1 time in total.
Reason: correct description for float values
Reason: correct description for float values