THEGOWANS'S PROFILE
TheGowans
30
Search
Filter
ε=( つοωο)つ<(Hello!) v2.0
You say that but I am drinking by myself right now and I am drunk
Edit: I dont always drink alone, only sometimes
Edit: I dont always drink alone, only sometimes
3 party members
Oh right, editing that kind of thing would need a plugin then, not sure which plugin as I tend to use vanilla rm2k3, or a cbs/cms
FUCK YOU CLYVE!!!!!!!!!!!!
Clyve, what, I don't, WHY CLYVE. Is there something for me to 'get' or am I as out of it as everybody?
Script needed: up and down is down and down (RMVX)
ε=( つοωο)つ<(Hello!) v2.0
I'm Now A Father
FUCK YOU CLYVE!!!!!!!!!!!!
The Political Views of RMN
3 party members
Shouldn't need a plugin for this, you could use switches or vars to track how many people are in your party, and not let them add any more if they already have 3.
Eg/ Player you are in the party select screen-
select player 1:
if partynumber less than 3
add to party, var partynumber +1
else
message: Too many party members on the dance floor
select again when in party:
remove from party, var partynumber -1
Eg/ Player you are in the party select screen-
select player 1:
if partynumber less than 3
add to party, var partynumber +1
else
message: Too many party members on the dance floor
select again when in party:
remove from party, var partynumber -1